17 lines
324 B
Plaintext
17 lines
324 B
Plaintext
|
//:://////////////////////////////////////////////
|
||
|
//::// forestorge LEWT
|
||
|
//:://///////////////////////////////////////////
|
||
|
|
||
|
void main()
|
||
|
{
|
||
|
|
||
|
ExecuteScript ("uberloot", OBJECT_SELF);
|
||
|
ExecuteScript ("lootgems", OBJECT_SELF);
|
||
|
ExecuteScript("prc_npc_death", OBJECT_SELF);
|
||
|
ExecuteScript("prc_pwondeath", OBJECT_SELF);
|
||
|
|
||
|
|
||
|
}
|
||
|
|
||
|
|