EK 280
ML10
PACC
108 Sword / 101 Shielding
EQ: Have it all/
XP/MM
-----
ED 275
ML: 88
PACC
EQ: Depends on Spawn ( have all )
XP ONLY
If anyone have some good ideas accept Roshamuul and the other new place
EK 280
ML10
PACC
108 Sword / 101 Shielding
EQ: Have it all/
XP/MM
-----
ED 275
ML: 88
PACC
EQ: Depends on Spawn ( have all )
XP ONLY
If anyone have some good ideas accept Roshamuul and the other new place
Proffesion: ED
Level: 57
Pacc/Facc: PACC
M-Level: 50 without eq
Skills: 28 shielding
EQ: Hat of the mad , focus cape , hailstorm rod (can get any different) , zao legs , boh , demon shield or spellbook of enlightment
XP/MM: MM
anybody say me, if these configuration is right (lure mode), because, the bot get a error: 20:03 XenoBot: Unable to load file! Error code 0x00000002!.
that happen when i put: Lure mode: true
Module.New("Lure", function(module)
local Monsters = {'Spitter','Waspoid','Crawler','Swarmer','Insectoi d Worker','Kollos','Spidris'}
local count = 0
local mob = Self.GetTargets(10)
for i = 1, #mob do
if table.find(Monsters, mob[i]:Name()) then
count = count+1
end
end
if LureMode and (count >= LureCount) and not bla then
loadSettings("[Knight] Hive", "Targeting")
bla = true
elseif count == 0 and bla then
loadSettings("Lure Hive", "Targeting")
bla = false
end
the script run great, but the lure mode no Works, please help. (the script is the hive made by nuke)