Everyone who has never used our Bots before, can test each one for 2 days without any limitation.
The trial is given automatically when you login on the Bot, but in some cases it wouldn't work (security reasons).
If this happens, send me a private message and i will be checking the failed trials manually and adding it for those who didn't get it.
We are looking for resellers who may accept payment methods different from ours, including classictibia's cash, realesta's cash, mastercores' cash, etc. Interested? Click here at anytime.



Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Rune hotkey
#1
Hello,

I've been searching through the forum to look for a way to use runes on hotkey and can't find it or make it work in "hotkeys".

What i want is that when i press "hotkey" it should use a rune and place my mouse where i had it when hotkey was places. So if i press hotkey for GFB i should be able to use it where my mouse is pointing. Or if i use a icicle i should be able to use it on my battle list.

I know the first point works with runes if i select "Use item on mouse pos". But i cannot press my battle list with that selected.

Playing on a server that does not have hotkeys for items enabled.
Reply

#2
I'm bit confused with your request, because "Use item on mouse pos" already uses the item id on cursor location.
Reply

#3
|Only Registered members can see download links. | Click here to buy subscription or here to register.
Understandable.

When i "use item on mouse pos" on my battle list it doesnt work. So i thought that it probably had to be coded in lua?
If not, then i'll just keep fiddling with it.
Reply

#4
|Only Registered members can see download links. | Click here to buy subscription or here to register.

Hello.

You can try using on LUA, but it works same way as "use item on mouse pos" on hotkeys tab. That's pretty much right-click on item and left click where you mouse was.

useitemonpos(number x, number y, string item, optional string location) [void]: Use an item located inside your containers or inventory in the X/Y PIXEL defined position.
cursorinfo(optiona bool getItemId)[table]: Table of mouse cursor information.

.x [number]
.y [number]
.posx [number]
.posy [number]
.posz [number]
.id [number]

local cursor = cursorinfo(false)
useitemonpos(cursor.x, cursor.y, 'great fireball rune')
Reply



Forum Jump:



Forum software by © MyBB Theme © iAndrew 2016