You could try
http://www.curse.com/addons/rom/gildenpieps
Search found 3 matches
- Tue Oct 08, 2013 10:30 am
- Forum: Runes of Magic
- Topic: Problem
- Replies: 6
- Views: 3319
- Mon Aug 05, 2013 1:24 pm
- Forum: Runes of Magic
- Topic: Giving away raidlead
- Replies: 9
- Views: 2188
Re: Giving away raidlead
@amalia:
function PassLead()
if RoMScript('UnitIsRaidLeader("player")') == true then
local counter = 1
while GetPartyMember(counter) == nil do --count till there is somebody except yourself
counter = counter +1
if counter == 37 then break end; --just to stop if you´re the only one
return ...
function PassLead()
if RoMScript('UnitIsRaidLeader("player")') == true then
local counter = 1
while GetPartyMember(counter) == nil do --count till there is somebody except yourself
counter = counter +1
if counter == 37 then break end; --just to stop if you´re the only one
return ...
- Wed Nov 28, 2012 12:45 pm
- Forum: Runes of Magic
- Topic: Problem Mobs crysalia
- Replies: 12
- Views: 4588
Re: Problem Mobs crysalia
Code: Select all
<option name="TARGET_LEVELDIF_ABOVE" value="5" />
<option name="TARGET_LEVELDIF_BELOW" value="45" />