Is it possible to add this func? :
itemSlot.ItemSlots[1,2,3,4,5,6]
itemID[XXXX]
KeyPress(0x00) or CastLevel(myHero,_Q)
buyItem(ID,Slot)
im missing this to complete the Bot
Is it possible to add this func? :
itemSlot.ItemSlots[1,2,3,4,5,6]
itemID[XXXX]
KeyPress(0x00) or CastLevel(myHero,_Q)
buyItem(ID,Slot)
im missing this to complete the Bot
What does this do? itemSlot.ItemSlots[1,2,3,4,5,6]
What does this do? itemID[XXXX]
You probably mean something like -> LevelSpell(_Q)
This is needed, indeed -> BuyItem(ID)
hmm...just guess
ItemSlots[1] -> 2048
ItemSlots[2] -> nil
itemID[2048] -> "ahri's panties"
That is already possible, with current apihmm...just guess
ItemSlots[1] -> 2048
ItemSlots[2] -> nil
itemID[2048] -> "ahri's panties"
That is already possible, with current api
how?
with this the only one api about item?
yeshow?
with this the only one api about item?
local potionslot = GetItemSlot(myHero,2003); --returns a value > than 0 if the item is found; this value is used in CastSpell as slot
yes
sample code plz
local wtfhax = GetItemSlot(myHero,2003);
0 members, 1 guests, 0 anonymous users