Searched arround found only one not answered topic about it.
I wonder, if it is possible to do regin - the last boss of KS.
Anyone tried? Or is it impossible cause you have to click him?
KS - Regin
Forum rules
Only post additional bot resources here. Please do not ask unrelated questions.
Only post additional bot resources here. Please do not ask unrelated questions.
Re: KS - Regin
last time I went to that boss I thought it activated when I got close to it, maybe I clicked it without knowing I guess.
Remember no matter you do in life to always have a little fun while you are at it
wiki here http://www.solarstrike.net/wiki/index.php?title=Manual
wiki here http://www.solarstrike.net/wiki/index.php?title=Manual
Re: KS - Regin
It's been ages since I've done KS but I still have my old waypoint for it. Maybe you could play around with this old, ugly code of mine:
Code: Select all
<!-- #141 --><waypoint x="1974" z="6551" y="175">
player:restrnd(101, 100, 120);
player:findTarget("Regin");
local target = player:getTarget();
if(target.Name == "Regin") then
yrest(300);
player:cast("SCOUT_COMBO_SHOT");
yrest(300);
player:cast("SCOUT_SHOT");
yrest(300);
player:cast("SCOUT_PIERCING_ARROW");
yrest(300);
player:cast("SCOUT_REPELLING_ARROW");
yrest(300);
player:cast("SCOUT_WIND_ARROWS");
yrest(300);
player:cast("SCOUT_REFLECTED_SHOT");
yrest(300);
player:clearTarget();
BossBuff();
end;
yrest(5000)
player:findTarget("Ensia");
local target = player:getTarget();
if(target.Name == "Ensia") or (target.Name == "Iron Rune Warrior") then
yrest(300);
player:cast("SCOUT_COMBO_SHOT");
end;
</waypoint>
Scout/Knight/Rogue 70/66/66
Who is online
Users browsing this forum: No registered users and 1 guest