16 lines
316 B
Plaintext
16 lines
316 B
Plaintext
//:://////////////////////////////////////////////
|
|
//::// Orc LEWT
|
|
//:://////////////////////////////////////////////
|
|
|
|
|
|
void main()
|
|
{
|
|
CreateItemOnObject("OrcEar", OBJECT_SELF, 1);
|
|
ExecuteScript ("uberloot", OBJECT_SELF);
|
|
|
|
|
|
ExecuteScript("prc_npc_death", OBJECT_SELF);
|
|
ExecuteScript("prc_pwondeath", OBJECT_SELF);
|
|
}
|
|
|