14 lines
325 B
Plaintext
14 lines
325 B
Plaintext
|
//:://////////////////////////////////////////////
|
||
|
//::// Nadrili Wizard LEWT
|
||
|
//:://///////////////////////////////////////////
|
||
|
|
||
|
void main()
|
||
|
{
|
||
|
|
||
|
ExecuteScript ("lootgems", OBJECT_SELF);
|
||
|
ExecuteScript ("lootgems", OBJECT_SELF);
|
||
|
ExecuteScript("prc_npc_death", OBJECT_SELF);
|
||
|
ExecuteScript("prc_pwondeath", OBJECT_SELF);
|
||
|
}
|
||
|
|