I would like to remove the mount how to please, thank you (sorry i am translate whit google ++)
Code: Select all
<?xml version="1.0" encoding="utf-8"?><waypoints type="TRAVEL">
<onLoad>
cprintf(cli.lightgreen,"\n script \n")
cprintf(cli.lightgreen,"\n This version works with all lenguages\n")
</onLoad>
<!-- # 1 --><waypoint x="-1721" z="2111" y="-479" tag="start"> yrest(2000)
SlashCommand("ILG inv");
yrest(2000)
if (not player:hasBuff("506688")) then
inventory:useItem(207202);
end
player:mount(); </waypoint>
<!-- # 1 --><waypoint x="-1722" z="2102" y="-479"> </waypoint>
<!-- # 1 --><waypoint x="-1722" z="2102" y="-479" tag="enter" type="TRAVEL"> player:dismount(); </waypoint>
<!-- # 1 --><waypoint x="-1722" z="2102" y="-479">
waitForLoadingScreen(10);
if getZoneId() == 1 then
__WPL:setWaypointIndex(__WPL:findWaypointTag("enter"));
end </waypoint>