I leave the "Arcane chamber of the Sathcur" (not sure if this is the correct name in english).
I am leaving by walking a little further then the blue circle is. Then wait for the loading screen.
This is the code:
Code: Select all
<!-- #104 --><waypoint x="1445" z="1003" y="42">
<!-- leave the instance -->
waitForLoadingScreen(90)
__WPL:setWaypointIndex(__WPL:getNearestWaypoint(player.X, player.Z))
</waypoint>
I modified it like this but the behaviour keeps the same
Code: Select all
<!-- #104 --><waypoint x="1445" z="1003" y="42">
<!-- leave the instance -->
waitForLoadingScreen(90); yrest(10000);
player:update()
</waypoint>Code: Select all
Wir gehen zum Wegpunkt #104, (1445, 1003)
Spieleradresse geändert: 0x4347DC00
Keine Fernkampf Fähigkeit im Profil angegeben. Option COMBAT_RANGED_PULL wurde a
usgeschaltet.
Did not find any crashed game clients.
1:41pm - undefined player.Class1 in settings.luaWhy can the player.Class1 not be found?
Or MM repeatedly states to walk to wp #105 which should be the next wp, exact at the position the char appears, after leaving the instance, but runs to a wierd position and direction never used in any wp of the wp file.
The wp in the file are correctly numbered one after the other. 104 is the last one in the instance, 105 is the one the char is positioned after leaving it.
Do you have any ideas, whats happening here and how to avoid it?
Thanx,
Ric