KS - Regin

Additional botting resources. Addons may be either for the game itself or for the RoM bot.
Forum rules
Only post additional bot resources here. Please do not ask unrelated questions.
Post Reply
Message
Author
spawni
Posts: 100
Joined: Wed Sep 28, 2011 11:21 am

KS - Regin

#1 Post by spawni »

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?
User avatar
lisa
Posts: 8332
Joined: Tue Nov 09, 2010 11:46 pm
Location: Australia

Re: KS - Regin

#2 Post by lisa »

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
kanta
Posts: 424
Joined: Thu Nov 11, 2010 4:08 pm

Re: KS - Regin

#3 Post by kanta »

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
spawni
Posts: 100
Joined: Wed Sep 28, 2011 11:21 am

Re: KS - Regin

#4 Post by spawni »

ty - I will give it a try :D
Post Reply