Jump to content

Hzqvkr8aTLw4rv

Members
  • Posts

    18
  • Joined

  • Last visited

Reputation Activity

  1. Like
    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 :)
  2. Thanks
    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! :)
×
×
  • Create New...