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
Use manarune instead of mana fluid
#1
Hello.

Is it possible to heal mana with a manarune instead of mana fluid? Im playing on a server that only uses runes. So i should need something that makes it possible for me to use a manarune when my mana is lower than 40%. The manarune on this server is the same as paralyse rune on RL.

Best Regards.
Reply

#2
Hello.

Which server are you playing?

In your case, you can only heal using LUA Scripts:
local MANAPC_HEAL = 60 -- If mp% is lower than value then heal.

if mppc() < MANAPC_HEAL and cancast() and itemcount(RUNE_ID) > 0 then
    pausewalking(5000)
    if iswalking() then
        stop()
        wait(300, 500)
    end
    useitemoncreature(RUNE_ID, id())
    wait(200, 300)
    pausewalking(0)
end
Reply

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

Im playing at Shadow-Illusion. Is it possible for you to add that rune in the next update?

Thank you so much for the script!
Reply

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

Hello.

Yeah, what's the mana rune id? I know that you said same as paralyze rune, but I really wanna make sure.
Just move the mana rune to the belt/arrow/ammo slot then go to Bot's console and run this code:
print(belt())
It will print some information, paste it here.
Reply

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

Here it comes: {id = 3157, name = "", count = 1}

Maybe its also possible to add a spell in the bot`s targeting? "Exevo mas san"

Thank you Arkilys, you are really serviceminded
|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" />
Reply



Forum Jump:



Forum software by © MyBB Theme © iAndrew 2016