Using teleporter.

Runes of Magic/Radiant Arcana (http://www.runesofmagic.com)
Post Reply
Message
Author
User avatar
gloover
Posts: 304
Joined: Wed Jul 07, 2010 4:31 am

Using teleporter.

#1 Post by gloover »

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!
swietlowka
Posts: 316
Joined: Wed Jun 16, 2010 8:16 am

Re: Using teleporter.

#2 Post by swietlowka »

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,
User avatar
gloover
Posts: 304
Joined: Wed Jul 07, 2010 4:31 am

Re: Using teleporter.

#3 Post by gloover »

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.

#4 Post by swietlowka »

no problem, but asap im in home i just dont have it in work :P
swietlowka
Posts: 316
Joined: Wed Jun 16, 2010 8:16 am

Re: Using teleporter.

#5 Post by swietlowka »

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
User avatar
gloover
Posts: 304
Joined: Wed Jul 07, 2010 4:31 am

Re: Using teleporter.

#6 Post by gloover »

Thank U very much, works great!
Post Reply