15 lines
364 B
Plaintext
15 lines
364 B
Plaintext
//:://////////////////////////////////////////////
|
|
//::// terothic LEWT
|
|
//:://///////////////////////////////////////////
|
|
|
|
void main()
|
|
{
|
|
|
|
ExecuteScript ("uberloot", OBJECT_SELF);
|
|
ExecuteScript ("lootgems", OBJECT_SELF);
|
|
ExecuteScript ("uberloot", OBJECT_SELF);
|
|
ExecuteScript("prc_npc_death", OBJECT_SELF);
|
|
ExecuteScript("prc_pwondeath", OBJECT_SELF);
|
|
}
|
|
|