PDA

View Full Version : Rune maker



robin662
03-11-2012, 04:42 PM
Like all bots have-had except this one is a rune maker/mlvl trainer!
could u add it?
can't be that hard

Elvang
03-11-2012, 04:43 PM
You don't need to move runes anymore... just cast the rune spell and it's made. Why do you need something for this?

Behersk
03-11-2012, 04:48 PM
Like all bots have-had except this one is a rune maker/mlvl trainer!
could u add it?
can't be that hard

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.php?1677-Spell-Casting

lifetime_player
04-29-2012, 07:22 AM
lol wow

Infernal Bolt
04-29-2012, 04:27 PM
There are several manatraining and runemaking scripts on the forums just change the spell to the rune spell and you're good to go

fairywintah
05-01-2012, 11:02 PM
I still think. This function should be fixed.
I would like to have rune maker :)

Elvang
05-02-2012, 03:09 AM
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.

robakopas
03-18-2013, 11:56 AM
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...

NeeP
03-18-2013, 12:22 PM
this one checks your soul points:


--[[ 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

damsi
11-13-2016, 11:16 AM
This rune maker works, BUT! it keeps turning off the script after I deposit items..

WTF?