I am sorry, I searched high and low, and can't find a code example on how to use the transport to Logar, Reifort or Heffner (as opposed to Recall which takes you to wherever you set your recall point).
Please and thank you in advance.
How to transport to a city?
Re: How to transport to a city?
This is what you could use for recall for example:
It opens the first page of your skill book (press k) and then uses the second skill (recall).
It depends on which crafting things you have learned if you want to teleport to logar, heffner, ...
For me does a transport to logar
does a transport to reifort
does a transport to heffner
Code: Select all
sendMacro("UseSkill(1,2);");It depends on which crafting things you have learned if you want to teleport to logar, heffner, ...
For me
Code: Select all
sendMacro("UseSkill(1,8);");Code: Select all
sendMacro("UseSkill(1,9);");Code: Select all
sendMacro("UseSkill(1,10);");
Last edited by Ego95 on Mon Nov 05, 2012 6:23 pm, edited 1 time in total.
Re: How to transport to a city?
well firstly, MOVED, don't post questions in the "Userfunctions, waypoint scripts, etc." section
Secondly, forum search got this.
http://www.solarstrike.net/phpBB3/viewt ... amp#p32713
Secondly, forum search got this.
http://www.solarstrike.net/phpBB3/viewt ... amp#p32713
Remember no matter you do in life to always have a little fun while you are at it 
wiki here http://www.solarstrike.net/wiki/index.php?title=Manual
wiki here http://www.solarstrike.net/wiki/index.php?title=Manual
Re: How to transport to a city?
Okay, lisas link is a better solution
Code: Select all
RoMScript('CastSpellByName("Transport:Heffner Camp")')Re: How to transport to a city?
yeah the position in skill book of the skills move around, so trying to use the numbers won't work for every character, cast the spell by name and you don't have to worry about where the skill is in skill book =)
Remember no matter you do in life to always have a little fun while you are at it 
wiki here http://www.solarstrike.net/wiki/index.php?title=Manual
wiki here http://www.solarstrike.net/wiki/index.php?title=Manual
Re: How to transport to a city?
Ah thanks, I was about to post that I found an example in the pumpkin script. Thanks! 