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
Throwing stars
#1
Hi, On Nostalriusbot I can see Assassin star or viper star, but not Throwing star, I want to move throwing stars from bp to hand when they are under 50, how can I do that?

#2
Hello.

local ITEM_ID = 3287 -- Item id.
local COUNT = 50 -- When item count on hand lower than this then move more.

local leftHand = lhand()
if leftHand.id == 0 or (leftHand.id == ITEM_ID and leftHand.count < COUNT) then
    moveitems(ITEM_ID, 'lhand', '', 100)
    wait(300, 500)
end

#3
Thank you
|Only Registered members can see download links. | Click here to buy subscription or here to register.
|Only Registered members can see download links. | Click here to buy subscription or here to register.alt="Smile" title="Smile" class="smilie smilie_1" />

#4
|Only Registered members can see download links. | Click here to buy subscription or here to register.
Hey it works only once, Can you make it check it all the time and move when its going under 50. greetings

#5
It works fine.. Working once or not depends where you use it.

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

Just put the script at Persistents and set a Interval time in milliseconds (which 1000 = 1 second).
So it will keep checking.



Forum Jump:



Forum software by © MyBB Theme © iAndrew 2016