17 lines
574 B
Plaintext
17 lines
574 B
Plaintext
|
void main()
|
||
|
{
|
||
|
ExecuteScript("uberloot", OBJECT_SELF);
|
||
|
ExecuteScript("lootgems", OBJECT_SELF);
|
||
|
ExecuteScript("lootranged", OBJECT_SELF);
|
||
|
ExecuteScript("lootrations", OBJECT_SELF);
|
||
|
ExecuteScript("lootrations", OBJECT_SELF);
|
||
|
ExecuteScript("lootrations", OBJECT_SELF);
|
||
|
ExecuteScript("lootrations", OBJECT_SELF);
|
||
|
ExecuteScript("loothealkits", OBJECT_SELF);
|
||
|
ExecuteScript("loothealkits", OBJECT_SELF);
|
||
|
ExecuteScript("loothealkits", OBJECT_SELF);
|
||
|
ExecuteScript("loothealkits", OBJECT_SELF);
|
||
|
ExecuteScript("loothealkits", OBJECT_SELF);
|
||
|
ExecuteScript("loothealkits", OBJECT_SELF);
|
||
|
}
|