what about rookgaard?
what about rookgaard?
Spawn Name: Lost Dwarves
Location: Deeper Dwarfs caves inside kazordoon
Vocation: Royal Paladin 180+
I'd suggest some PACC script. Like Orc Fortress or something.
With my level (my secondary character) there is not a lot of alternatives
for PACC (40-60)
I would love you sooooo much if you make a script for the Warzone daily tasks.
Are there any plans for team scripts? Like walls or lower level stuff like grimvale
Not from us but @shadowart does have a Roshamuul team (ek+ed) script for free I think.
A few months ago I bought Goroma Giant Spiders Script for Ek, could you please release it again?
Thx
Farmine Stone Golems
just south of farmine dp through portal
there used to be one for the old xeno
Magic level booster at an NPC buying pots?
I am using this script that I found around for anti KS, but there is a problem... it takes too long to set targeting back on and by the time is on the monster is out of the screen. Can you please help me fix it.:
-- __ __ ______ _ __
-- / / __ __ / /__ ___ / ____/(_)_____ / /_ ___ _____
-- / / / / / // //_// _ \ / /_ / // ___// __ \ / _ \ / ___/
-- / /___/ /_/ // ,< / __// __/ / /(__ )/ / / // __// /
--/_____/\__,_//_/|_| \___//_/ /_//____//_/ /_/ \___//_/
-- ANTI KS
dofile("Forgee.lua")
---------------------
while (true) do
if monstersAround(5) < 1 then
setTargetingEnabled(false)
else
if (playersAround(7) == 0) or (Self.TargetID() ~= 0) or ((monstersAround(1) > 0) and (playersAround(4) == 0)) then
setTargetingEnabled(true)
wait(100)
else
setTargetingEnabled(false)
wait(100)
end
end
end