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
Healer > Mana Fluid don't working
#1
Well,

Im trying to setup Mana Fluid in Healer Section, but dont work with any configuration.

I tested with spell "Mana Fluid", with ID's and TEXT. Nothing works

When I put Mana fluid on floor and use show cursor info, ID is 2874 (vial).
When I put Mana fluid on belt slow, ID is 10 (wtf??)

I also tested the script below, but didn't work either.
(I tested all de names: Mana Fluid, Vial of Mana Fluid, manafluid, vial of manafluid, etc..)
and algo unsecessfully

local MANA = 50
local ITEM = 'manafluid'

while mp() < MANA and itemcount(ITEM) do
    useitemoncreature(ITEM, id())
    wait(900, 1200)
end


@Arkilys, could you help me?
Reply

#2
Hello.

Because that's a vial with mana fluid inside. Vial ID is 2874 and fluid id is 10.
Move mana fluid to Belt slot and run this just to make sure about fluid id:
print(belt())
The amount will the fluid id.

Once you get it, just use on Healer or in the script.

Example: Let's say the mana fluid id is 10.
local MANA = 50
local ITEM = 10

while mp() < MANA and itemcount(ITEM) do
    useitemoncreature(ITEM, id())
    wait(900, 1200)
end
Reply

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

@Arkilys,
The problem is this:
09:04:22 - {count = 10, name = "vial", id = 2874}

ID is 2874 and fluid is 10, but dont work with script and Healer Function none of them

ps.: I tried using opengl and directx
Reply

#4
Hello.

I just tried myself and work fine. You must use ID 10 on Healer or item id like in script above, because that's the fluid id.
Which server are you playing?
Reply

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

olders.online..

And Yes, I used id 10 on script and ID 10 in Healer section.

Another itens working fine (UH rune).
Reply

#6
@Arkilys,

I found the problem...
Language settings of cliente.

Thats my fault! sorry
Reply

#7
The problem is related to hotkeys.
The bot is not detecting the registration of hotkeys.
Reply

#8
Hello.

I just released an update that makes Kasteria OTBot compatible with newest Olders.online game-client and it should fix hotkeys thing. Please, try it out:
|Only Registered members can see download links. | Click here to buy subscription or here to register.
Reply



Forum Jump:



Forum software by © MyBB Theme © iAndrew 2016