Search found 8 matches

by darknero
Fri Apr 23, 2010 3:30 am
Forum: Runes of Magic
Topic: Not working with client update 3.0.0.2149
Replies: 7
Views: 2524

Re: Not working with client update 3.0.0.2149

works!
big thx 2 admin!
by darknero
Mon Apr 12, 2010 11:49 am
Forum: Runes of Magic
Topic: AUTOSELL_IGNORE Question
Replies: 0
Views: 1780

AUTOSELL_IGNORE Question

Is it possible to set more tags for autosell to get a better overview? <!-- General Autosell Options --> <option name="INV_AUTOSELL_ENABLE" value="true" /> <option name="INV_AUTOSELL_FROMSLOT" value="1" /> <option name="INV_AUTOSELL_TOSLOT" value=&qu...
by darknero
Sat Apr 10, 2010 3:21 am
Forum: Runes of Magic
Topic: If no potions, Log Out
Replies: 1
Views: 783

Re: If no potions, Log Out

try liks this

Code: Select all

	inventory:update();
		if ( inventory:itemTotalCount("Heal-Drink-Name") == 0 ) then
                      loadPaths("bla/repair.xml");
		end
	</waypoint>
by darknero
Fri Apr 09, 2010 4:29 am
Forum: Runes of Magic
Topic: change Class / SwapEquipmentItem - problem solved!
Replies: 2
Views: 1032

Re: change Class / SwapEquipmentItem - problem solved

big thx! problem solved
by darknero
Thu Apr 08, 2010 4:35 am
Forum: Runes of Magic
Topic: change Class / SwapEquipmentItem - problem solved!
Replies: 2
Views: 1032

change Class / SwapEquipmentItem - problem solved!

i want to change the equipment to set2 (subclass) after class change. what i do wrong? location: Varanas/ Classhall <waypoints type="RUN"> <!-- # 1 --><waypoint x="5524" z="-4228"> player:rest(1) player:target_NPC("Klassenverwalterin") player:rest(1) RoMScript...
by darknero
Sun Apr 04, 2010 2:03 pm
Forum: Runes of Magic
Topic: Fight Based Waypoint - solved
Replies: 0
Views: 1730

Fight Based Waypoint - solved

is it possible to count fights against selected NPC (for example: 10x "Bugs" fights) and then move to next waypoint-file? in wiki (Fight Based AutoRepair) is only a "all-fight" counter: <!-- #16 --><waypoint x="-12364" z="10939"> if( player.Fights-player.free_...
by darknero
Wed Feb 24, 2010 3:30 pm
Forum: Runes of Magic
Topic: DAILY QUEST HELP
Replies: 1
Views: 932

Re: DAILY QUEST HELP

second line:
<!-- # 1 --><waypoint x="-3711" z="-8541"> </waypoint> --Bullettin
change to
<!-- # 1 --><waypoint x="-3711" z="-8541">--Bullettin

the </waypoint>-tag is double
by darknero
Mon Feb 15, 2010 7:30 am
Forum: Runes of Magic
Topic: resurrect/ death point
Replies: 1
Views: 1078

resurrect/ death point

is it possible to read out the coordinates after death from getpos.lua, set it in profile or waypoint, to go there after death and get the gravestone?

sry about the bad english