Search found 3 matches

by NoKangaroo
Tue Oct 08, 2013 10:30 am
Forum: Runes of Magic
Topic: Problem
Replies: 6
Views: 2089

Re: Problem

by NoKangaroo
Mon Aug 05, 2013 1:24 pm
Forum: Runes of Magic
Topic: Giving away raidlead
Replies: 9
Views: 1725

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 R...
by NoKangaroo
Wed Nov 28, 2012 12:45 pm
Forum: Runes of Magic
Topic: Problem Mobs crysalia
Replies: 12
Views: 3196

Re: Problem Mobs crysalia

Code: Select all

		<option name="TARGET_LEVELDIF_ABOVE" value="5" />
		<option name="TARGET_LEVELDIF_BELOW" value="45" />
Maybe you must increase "TARGET_LEVELDIF_ABOVE"?