How can I use the teleporter NPC, to teleport, without using the old function of mouseclicks?
There are mostly 4 fields - one of those - is f.e. "teleport to Varanas"! - is it possible to select this option being out of ROM window (btw. its minimized).
2. Question: How to bring em going to sell and repair, only when my inventory bag is full?
thx in advance!
Using teleporter.
-
swietlowka
- Posts: 316
- Joined: Wed Jun 16, 2010 8:16 am
Re: Using teleporter.
for teleport use player:target_Object(_objname, _waittime, _harvestall, _donotignore, _evalFunc);
from http://www.solarstrike.net/wiki/index.p ... _Functions and the use ChoseOption function for telporting and yrest to w8 some time to not let it unstick-logout,
from http://www.solarstrike.net/wiki/index.p ... _Functions and the use ChoseOption function for telporting and yrest to w8 some time to not let it unstick-logout,
Re: Using teleporter.
This doesn't help me - could u post an example of code line, please?
-
swietlowka
- Posts: 316
- Joined: Wed Jun 16, 2010 8:16 am
Re: Using teleporter.
no problem, but asap im in home i just dont have it in work 
-
swietlowka
- Posts: 316
- Joined: Wed Jun 16, 2010 8:16 am
Re: Using teleporter.
player:target_NPC("Teleporter_name_here"); yrest(1000); sendMacro("ChoiceOption(1);"); yrest(9000);
number in choice option is the number of option in the dialog to chose for teleporting
number in choice option is the number of option in the dialog to chose for teleporting
Re: Using teleporter.
Thank U very much, works great!