Okay, I'll try to expand what I mean.
My two characters to easily do the first boss in the normal DoD
Waypoint for tank is good and work perfectly but dps cant shot becose dont have aggro.
TANK
<waypoint x="2193" z="2367" y="401">
yrest(250);
changeProfileOption("MAX_TARGET_DIST", 120 ...
Search found 4 matches
- Sat Mar 12, 2011 1:35 pm
- Forum: Runes of Magic
- Topic: Targeting and Using Skill Until Taget is Dead
- Replies: 4
- Views: 1474
- Fri Mar 11, 2011 11:35 am
- Forum: Runes of Magic
- Topic: Targeting and Using Skill Until Taget is Dead
- Replies: 4
- Views: 1474
Re: Targeting and Using Skill Until Taget is Dead
This function is probably good, but not what I wanted, now I have this error
Fight Finished but boss is still alive. Aggro wait time out.
Fight Finished but boss is still alive. Aggro wait time out.
- Fri Mar 11, 2011 10:35 am
- Forum: Runes of Magic
- Topic: Targeting and Using Skill Until Taget is Dead
- Replies: 4
- Views: 1474
Targeting and Using Skill Until Taget is Dead
Hi i need Function like this
keyboardPress(key.VK_TAB);
yrest(500);
local target = player:getTarget();
if(target.HP > 1) then
while(target.HP == 0) do
player:cast("SCOUT_SHOT");
yrest(500);
end
end
This function work but SCOUT_SHOT is still spamming , even if the target is no longer ...
keyboardPress(key.VK_TAB);
yrest(500);
local target = player:getTarget();
if(target.HP > 1) then
while(target.HP == 0) do
player:cast("SCOUT_SHOT");
yrest(500);
end
end
This function work but SCOUT_SHOT is still spamming , even if the target is no longer ...
- Tue Feb 15, 2011 7:05 am
- Forum: Runes of Magic
- Topic: Boss focus
- Replies: 15
- Views: 4739
Re: Boss focus
When im trying to apply this path im reciving this error

What is wrong ?

What is wrong ?