2bd Boss GC

Runes of Magic/Radiant Arcana (http://www.runesofmagic.com)
Post Reply
Message
Author
runnpray
Posts: 12
Joined: Tue Feb 07, 2012 3:43 pm

2bd Boss GC

#1 Post by runnpray » Thu Apr 26, 2012 2:38 am

Would like to Kill Issac first because if you kill Ardmond first Issac goes berserk and stacks too many bleeds to survive. Have tried a number of things to kill Issac first and none of them are working consistently. IF I am running the instance manually I can go over to the right side of the room and pull Issac, but just trying that method with waypoints works about 50/50 and when you pull Ardmond he runs way faster than Issac and takes aggro.

I tried this

<!-- # 17 --><waypoint x="-1198" z="-1253" y="1133" type="TRAVEL" >
player:target( player:findNearestNameOrId("Issac") )
player:cast("ROGUE_VAMPIRE_ARROWS")
</waypoint>
And it works in targeting Issac and getting a skill off on him for damage but then the bot starts attacking Ardmond.

So how to keep Issac as target and kill him first? Tried the below and it didn't work but I think there has to be something? I'm just not experienced enough to figure it out... If I can solve this then first two bosses GC ez farm will be done.

<!-- # 17 --><waypoint x="-1198" z="-1253" y="1133" type="TRAVEL" >
player:target( player:findNearestNameOrId("Issac") )
player:cast("ROGUE_VAMPIRE_ARROWS")
if( target.HP > 1 ) then
player:cast("ROGUE_LOW_BLOW");

end
</waypoint>


Ideas and thoughts appreciated.

User avatar
lisa
Posts: 8332
Joined: Tue Nov 09, 2010 11:46 pm
Location: Australia

Re: 2bd Boss GC

#2 Post by lisa » Thu Apr 26, 2012 3:22 am

Code: Select all

player:target( player:findNearestNameOrId("Issac") )
player:fight()
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

runnpray
Posts: 12
Joined: Tue Feb 07, 2012 3:43 pm

Re: 2bd Boss GC

#3 Post by runnpray » Thu Apr 26, 2012 3:39 pm

you're the best. works perfectly. The level of complexity from DoD first to GC second boss is quite a bit. But I think the effort was worth it, learned a lot about waypoints, functions, profile options, skills, etc. Appreciate the help.

Post Reply

Who is online

Users browsing this forum: No registered users and 2 guests