mirror of
https://github.com/EQEmu/Server.git
synced 2026-04-05 07:02:37 +00:00
Updated Lua Parser (markdown)
parent
f9cb6aa8bc
commit
a627bd3718
@ -812,6 +812,7 @@ Note: Encounter scripts cannot properly catch EVENT_COMMAND or EVENT_TRADE unles
|
|||||||
> ItemInst self;
|
> ItemInst self;
|
||||||
> Client owner;
|
> Client owner;
|
||||||
> ItemInst aug;
|
> ItemInst aug;
|
||||||
|
> Integer slot_id;
|
||||||
> }
|
> }
|
||||||
> ```
|
> ```
|
||||||
|
|
||||||
@ -823,6 +824,7 @@ Note: Encounter scripts cannot properly catch EVENT_COMMAND or EVENT_TRADE unles
|
|||||||
> ItemInst self;
|
> ItemInst self;
|
||||||
> Client owner;
|
> Client owner;
|
||||||
> ItemInst aug;
|
> ItemInst aug;
|
||||||
|
> Integer slot_id;
|
||||||
> }
|
> }
|
||||||
> ```
|
> ```
|
||||||
|
|
||||||
@ -834,6 +836,7 @@ Note: Encounter scripts cannot properly catch EVENT_COMMAND or EVENT_TRADE unles
|
|||||||
> ItemInst self;
|
> ItemInst self;
|
||||||
> Client owner;
|
> Client owner;
|
||||||
> ItemInst item;
|
> ItemInst item;
|
||||||
|
> Integer slot_id;
|
||||||
> }
|
> }
|
||||||
> ```
|
> ```
|
||||||
|
|
||||||
@ -845,6 +848,8 @@ Note: Encounter scripts cannot properly catch EVENT_COMMAND or EVENT_TRADE unles
|
|||||||
> ItemInst self;
|
> ItemInst self;
|
||||||
> Client owner;
|
> Client owner;
|
||||||
> ItemInst item;
|
> ItemInst item;
|
||||||
|
> Integer slot_id;
|
||||||
|
> Boolean destroyed;
|
||||||
> }
|
> }
|
||||||
> ```
|
> ```
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user