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
Tibiascape runemaker
#1
Hello!

New Tibiascape version is using different colors on blank runes (Green, grey, purple etc) and only grey is currently working with runemaker.
Any chance that could be fixed or added?

ItemIDs:
Teal blank rune: 24044
Grey blank rune:3147
Yellow blank rune: 24043
Blue blank rune: 24039
Red: 24042
Green: 24041


Thanks in advance!
Reply

#2
You dont need runes in your hand to make them on TibiaScape so the easiest option is to just set up a persistent script that casts at x mana maby something like this

local CONFIG = {
    ManaStart = 98, -- Starts making runes when mana % is equal or higher this value.
    ManaStop = 10, -- Stops making runes when mana % is lower or higher this value.
    Spell = 'adura vita', -- Spell to make rune.
}

if mppc() >= CONFIG.ManaStart then
    while mppc() > CONFIG.ManaStop do
        if cancast() then
            say(CONFIG.Spell)
        end
        wait(1000, 1300)
    end
end
Reply

#3
Thanks, appreciate it
|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" /> Main problem is that it wont log out when no blanks and such, so some of the settings don't work :/
Reply

#4
Hello.

Please, try this version of Kasteria OTBot. Because i've updated some stuff on Runemaker to make this possible. Can you guys test if Runemaker is detecting those coloured blank runes?
|Only Registered members can see download links. | Click here to buy subscription or here to register.
Reply

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

Hey,

Been working great for me, thank you! Really appreciate updates for the "small" things
|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