Age | Commit message (Collapse) | Author | Files | Lines |
|
Change plugin version to 12.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Example: getitemlink(1301, 5002)
|
|
random group.
|
|
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.
|
|
|
|
Also move itempair struct into separate file.
|
|
|
|
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;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|