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
SCRIPTS FOR SHADOW ILUSION
#1
Hello good afternoon !

I would like to request a script to use utani hur only when out of pz and only when above 50% mana

Another script I would also like to request is for moving items from one bp to another !

Example, I dropped a skull staff in the Camouflage Backpack, I would like to move it to the brown backpack automatically!

The looter to go straight to the secondary bp is not working
Reply

#2
if not hasted() and hasflag(conditions(), 16384) and cancast() then
    cast('utani hur')
end


local ITEMS = { 'skull staff', 'demon shield', 'boots of haste' }
local FROM = 'camouflage backpack'
local TO = 'brown backpack'

for _, item in ipairs(ITEMS) do
    if itemcount(item, FROM) > 0 then
        moveitems(item, TO, FROM, 100)
        wait(300, 500)
    end
end

Looter works fine you setup the correct destination. You can use container name, index or id.
Reply

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

utani hur script did not work
Only the move items script worked
Reply

#4
Hello.

That depends if the server you are playing returns that information "pzone" on player status (like battle signed, etc). If not then Bot cannot detect pzone unless you use a LUA Script that checks for sqms and you setup sqms that are pzone. Another way is to DISABLE Tools -> Auto Haste (or persistent that casts haste) before walking into pzone.


Let battle sign go away then stay in pzone and run this command on Console tab:
print(conditions())
It will print a number, which is character's current conditions, on Console tab. If it prints 0 then server doesn't returns such information and Bot will not be able to detect as well.
Reply

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

Realmente não funciona :/
Reply



Forum Jump:



Forum software by © MyBB Theme © iAndrew 2016