Goin out of the house?
Posted: Fri Apr 08, 2011 3:31 pm
Hey guys,
I wanna start my bot in the house, so I've used this script:
same script is usin to talk with ANY NPC. The bot select my housemaid, the dialog window opens and thats all! - he's not going out?!
the same script for going in:
works like a charm, whats goin wrong on them?
thx for ya answers in advance!
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!