Page 1 of 1

Fight Based Waypoint - solved

Posted: Sun Apr 04, 2010 2:03 pm
by darknero
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_counter1 > 300 ) then
player.free_counter1 = player.Fights;
load_paths("5-7_bugs_repair.xml");
end
</waypoint>
[edit]

sorry found it by my self :/
http://www.solarstrike.net/wiki/index.p ... _Variables