Hzqvkr8aTLw4rv
-
Posts
18 -
Joined
-
Last visited
Reputation Activity
-
Hzqvkr8aTLw4rv reacted to Bronson in Remove item from bag
/run for b=0,4 do for s=1,36 do n=GetContainerItemLink(b,s);if n and string.find(n,"item name") then PickupContainerItem(b,s);DeleteCursorItem();end;end;end; Maybe this macro can be :)
-
Hzqvkr8aTLw4rv got a reaction from reapler in Spell::KnownSpell always returns true
2.4.3 DBC (fightclass will create DBC folder in bot root)
https://mega.nz/#!Fl1nVRyC!w6szGtAhEGUvho1Du5n1ZMB834L28Fg08oFYgOcjU6U
FightClass that loads Spell DBC files and a child class to Spell where you easily can access this spelldata from https://github.com/Lillecarl/FightClass1
That's all i've got for now, thanks for your help reapler! :)