Town: Edron
Level: 65+
Type: Casual
Download this script from the Get Scripts window once logged into Tibia.
Use this thread to ask questions or report bugs for this script.
Printable View
Town: Edron
Level: 65+
Type: Casual
Download this script from the Get Scripts window once logged into Tibia.
Use this thread to ask questions or report bugs for this script.
i really do not like this script
10 mins to go from 150 manas to 100 manas this way u waste so much
the script fails to use the royal spears for main damage and relies on spell damage
also i believe at this level recommendation power bolts would be a better option as you can keep more distance
21:24 XenoScript Error:
Script: [RP] Edron Hero Fortress -1.lua
Line #: 5714
Chunk: C:?Users?Avid?DOCUME?1?XenoBot?Scripts??_RP_ED?2.L UA
Error: attempt to index field '?' (a nil value)
at my lvl 90 rp on optional it worked perfect but on my 120 rp Keep getting that message, i changed ofc the config for my higher rp, but idk the Problem
solved Problem hihi
Hey I've got a little problem with this script. I wanted to use enchanted spears that are on my depo but I can't set it up.
After I put "enchanted spears" in config and I change royals for enchanted in Support > Eq manager it pickes up all of them not 25 like I set up in config. But when I set it back to royals in Support > Eq manager it pickes up 25 from depo but just keep them in bp not in hand. Any ideas? :)
Any idea??
should work...Code:local Spear = Item.GetID("enchanted spear")
while (true) do
if(Self.ItemCount(Spear) > Self.Weapon().count) then
local Backpack = Container.GetFirst()
for spot = 0, Backpack:ItemCount() do
local item = Backpack:GetItemData(spot)
if(item.id == Spear) then
Self.Equip(item, "weapon")
wait(500)
end
end
end
wait(500)
end
I dont find the Get Scripts window..