Like all bots have-had except this one is a rune maker/mlvl trainer!
could u add it?
can't be that hard
Like all bots have-had except this one is a rune maker/mlvl trainer!
could u add it?
can't be that hard
You don't need to move runes anymore... just cast the rune spell and it's made. Why do you need something for this?
Support ->
Adori gran -> 99% Health -> Range 5% -> Minimum mana to make the rune -> Check the box for it to work.
Its that simple really
OR you could try searching the forums next time before u post these posts.
Should be some rune maker around here if it aint removed
*EDIT*
http://forums.xenobot.net/showthread...-Spell-Casting
Last edited by Behersk; 03-11-2012 at 04:50 PM.
lol wow
I still think. This function should be fixed.
I would like to have rune maker![]()
It's not a function, making runes is exactly the same as casting an instant spell now since you don't have to move the rune.
This is just wrong... Yes, you can make runes, use rings and etc.
But for me, I need script, that goes to one place and if u are low on soul points, bot go kill few creatures, come back w8 for time to soul points stop grow and go again get soul points till it get full...
this one checks your soul points:
lua code:
--[[ CONFIG ]]--
local blankID = 3147
local runeInfo = {
["name"] = "Sudden Death",
["words"] = "adori gran mort",
["mana"] = 985,
["soul"] = 5
}
--[[ CODE ]]--
displayInformationMessage("Runemaker v1.00 by Spectrus\nMaking "..runeInfo.name.." runes.")
while (1) do
if (Self.ItemCount(blankID) == 0) then --At the moment theres no way to get soul?
break
elseif (Self.Mana() > runeInfo.mana) then
Self.Say(runeInfo.words)
end
wait(1200,2700)
end
This rune maker works, BUT! it keeps turning off the script after I deposit items..
WTF?