I wanna start my bot in the house, so I've used this script:
Code: Select all
<!-- # 1 --><waypoint x="15" z="18" y="0">
player:target_NPC(110758)
sendMacro("ChoiceOption(1)") yrest(1000)
waitForLoadingScreen()
</waypoint>
the same script for going in:
Code: Select all
<!-- # 3 --><waypoint x="31746" z="3496" y="2">
player:target_NPC("Lamila"); --housemaid on elf island
sendMacro("ChoiceOption(1)") yrest(1000)
waitForLoadingScreen();
</waypoint>
thx for ya answers in advance!