Jump to content

Welcome to Gaming On Steroids Forums
Register now to gain access to all of our features. Once registered and logged in, you will be able to create topics, post replies to existing threads, give reputation to your fellow members, get your own private messenger, post status updates, manage your profile and so much more. This message will be removed once you have signed in.
Login to Account Create an Account
Photo

API Request


  • Please log in to reply
8 replies to this topic

#1
TheWelder

TheWelder

    Advanced Member

  • Members
  • 195 posts
  • LocationPortugal

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 :)


  • 0

#2
SkyForge

SkyForge

    Advanced Member

  • Premium
  • 352 posts
Totally agree for buyItem :3
  • 0

#3
Inspired

Inspired

    Took the red pill.

  • Ex-Core Dev
  • PipPipPip
  • 723 posts
  • LocationWonderland
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) 
  • 0

#4
ilovesona

ilovesona

    Sona's wife

  • Contributor
  • 1,096 posts

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"


  • 0

#5
Inspired

Inspired

    Took the red pill.

  • Ex-Core Dev
  • PipPipPip
  • 723 posts
  • LocationWonderland

hmm...just guess
ItemSlots[1] -> 2048
ItemSlots[2] -> nil
 
itemID[2048] -> "ahri's panties"

That is already possible, with current api
  • 0

#6
ilovesona

ilovesona

    Sona's wife

  • Contributor
  • 1,096 posts

That is already possible, with current api

how?

 

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

  • 0

#7
Inspired

Inspired

    Took the red pill.

  • Ex-Core Dev
  • PipPipPip
  • 723 posts
  • LocationWonderland

how?
 
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
  • 0

#8
ilovesona

ilovesona

    Sona's wife

  • Contributor
  • 1,096 posts

yes

:fappa:

 

sample code plz


  • 0

#9
SkyForge

SkyForge

    Advanced Member

  • Premium
  • 352 posts
this code:

local wtfhax = GetItemSlot(myHero,2003);


"wtf" will have the slot of the potions item, and "wtf" is 0 if you don't have potions in inventory :fappa:
  • 0




1 user(s) are reading this topic

0 members, 1 guests, 0 anonymous users