Age | Commit message (Collapse) | Author | Files | Lines |
|
For now add one ground skill EVOL_MASSPROVOKE.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Clean npc info stored in plugin data if scripts was reloaded.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Example: getitemlink(1301, 5002)
|
|
New script function: getcraftcode ENTRY
|
|
New script command: usecraft CRAFT
Where CRAFT - craft id created by initcraft.
|
|
|
|
New script command: findcraftentry CRAFTVAR, FLAG
Where:
CRAFTVAR - variable get from initcraft function.
FLAG - flag related to npc. It allow search craft entries only with this flag.
|
|
|
|
Copy from hercules with removing emote id check.
Script command: emotion e[, flag, name]
|
|
New script command: getinvindexlink n
|
|
New script command: validatecraft id
|
|
New script command: getcraftslotamount id, slot
|
|
New script command: getcraftslotid id, slot
|
|
New script command: deletecraft id
|
|
New script command: dumpcraft id
|
|
New script command: initcraft var$
Return value: craft object id.
|
|
New script command: requestcraft VAR$[, size]
Example: @requestcraft .@var$, 9;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
New script function: setcells "map name", x1, y1, x2, y2, mask, "wall name"
|
|
|
|
|
|
|