Byte_3e was changed to inuse in the last patch.isxeq:
MemSpellFavorite.Byte_3e=1;
vs mq2 code:
MemSpellFavorite.inuse=1;
Just an guess.Gem = atoi(argv[1]);
if (Gem<1 || Gem>9) return -1;
Gem--;
Code: Select all
if (Gem<1 || Gem>10) return -1;
Nope, not yet.Kroak wrote:Have you tried changing "item" (the one by itself) to "Item" ?
Code: Select all
Sub Buy(item ItemToBuy, int amountCode: Select all
Sub Buy([color=red]I[/color]tem ItemToBuy, int amountLook for exphunter and modify it to your needs.cripto wrote:How would i put in something that will target a npc all with different names then loot them all if area is clear wait for respawns and wash and redo...