* Documentation update on NPC whisper and rid2name.

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@5664 54d463be-8e91-2dee-dedb-b68131a5f0ec
This commit is contained in:
Lance 2006-03-19 05:44:41 +00:00
parent 0e1c1ec72e
commit bfe227ac7d
3 changed files with 93 additions and 83 deletions

View File

@ -5,6 +5,7 @@ IF YOU HAVE A WORKING AND TESTED BUGFIX PUT IT INTO STABLE AS WELL AS TRUNK. EV
GOES INTO TRUNK AND WILL BE MERGED INTO STABLE BY VALARIS AND WIZPUTER. -- VALARIS
2006/03/18
* Documentation update on NPC whisper and rid2name. [Lance]
* Fixed event_kill_pc to behave like what it should instead of another replication
of event_death. Added script function rid2name to convert bl ids to name. [Lance]
* Recoded setmobdata script function. Fixed mob_damage typo sd -> mvp_sd. [Lance]

View File

@ -3384,7 +3384,8 @@ You can see the full list of available effect types you can possibly inflict in
It is pretty certain that addressing the target by an ID number will not
currently work due to a bug.
---------------------------------------
---------------------------------------
*callshop "<shop name>",<flag>;
@ -4962,3 +4963,11 @@ It is not required to do this when changing jobs since 'jobchange' will unequip
everything not equippable by the new job class anyway.
---------------------------------------
*rid2name(rid)
Converts rid to name. Note: The player/monster/NPC must be online/enabled.
Good for PCKillEvent where you can convert 'killedrid' to the name of the player.
Note: rid2name may not produce correct character names since rid = account id.
It will return the current online character of the account only.

View File

@ -11,7 +11,7 @@ You whisper to NPCCommander in Game with formatted instructions like these:
//============================================================
[To NPCCommander] Report,Killstealing,Lordalfa
[To NPC:Commander] Report#Killstealing#Lordalfa
//============================================================