Fixed a glitch in inventory that would happen when trying to put items into storage. Added "Item Raise" functionality. Adjusted Party Search. Token sessions no longer expires due to no players found, rather are sent into a brief "inactivity" period. Fixed Fredrick stored items not being properly erased after a character deletion. Fixed skillbooks in stacked quantities not being useable. New tool: MapleGachaponItemidRetriever. This tool parses the gachapon descriptor file (holding several item names, for several gachapons) and generates files for each defined gachapon with itemids of the loots. Revised Mushroom Empire transition portals that interacts with scripted items (items now are useable through inventory, no longer being automatically removed from inventory upon crossing portals). Fixed script "secretroom" always requiring a new key (quest reward) to access the inner rooms, which would make the room unreachable. Reworked gachapons loots throughout the game. New loots are supposed to represent an old-school MapleSEA-like escalation of gachapon loots. Fixed issues that would show up in the case null PIN/PIC gets checked. Reworked skill Monster Magnet, no longer using "catch success rate" as a skill progression element. This fixes the skill disconnecting caster upon failure. Revised Mystic Doors, no longer crashing players after the caster decides to cancel the buff moments after casting (during portal deploying effect in course). Fixed portal access to Prime Minister crashing when trying to access on a party. Refactored the several "startQuest/completeQuest" methods widely used in the many scripting managers. Methods that does essentially the same thing now are accessed from the superclass. Fixed "rechargeable items" not being properly accounted for slots availability in inventory slot checking. Fixed several issues of late within minigames. Fixed minigames regarding double results when handling some rare scenarios. Implemented "call for leave after finishing game" functionality of minigames.
28 lines
973 B
Plaintext
28 lines
973 B
Plaintext
Source: http://forum.ragezone.com/f428/add-npc-scripting-605225/
|
|
|
|
NPC Markups:
|
|
#b = Blue text.
|
|
#c[itemid]# Shows how many [itemid] the player has in their inventory.
|
|
#d = Purple text.
|
|
#e = Bold text.
|
|
#f[imagelocation]# - Shows an image inside the .wz files.
|
|
#g = Green text.
|
|
#h # - Shows the name of the player.
|
|
#i[itemid]# - Shows a picture of the item.
|
|
#k = Black text.
|
|
#l - Selection close.
|
|
#m[mapid]# - Shows the name of the map.
|
|
#n = Normal text (removes bold).
|
|
#o[mobid]# - Shows the name of the mob.
|
|
#p[npcid]# - Shows the name of the NPC.
|
|
#q[skillid]# - Shows the name of the skill.
|
|
#r = Red text.
|
|
#s[skillid]# - Shows the image of the skill.
|
|
#t[itemid]# - Shows the name of the item.
|
|
#v[itemid]# - Shows a picture of the item.
|
|
#x - Returns "0%" (need more information on this).
|
|
#z[itemid]# - Shows the name of the item.
|
|
#B[%]# - Shows a 'progress' bar.
|
|
#F[imagelocation]# - Shows an image inside the .wz files.
|
|
#L[number]# Selection open.
|
|
\r\n - Moves down a line. |