Page 1 of 1

Teleport to Logar

Posted: Wed Feb 10, 2010 6:58 pm
by WheatThins
Hi Guys,

Been using this for a while and I have been trying to figure out a way to have my guy cast the teleport to lagar "spell" I have looked and do not see this implemented. Do you know of an easy way to achieve this?

Thanks in advance

Re: Teleport to Logar

Posted: Wed Feb 10, 2010 7:16 pm
by Administrator

Code: Select all

RoMScript('CastSkillByName("Teleport to Logar")');

Re: Teleport to Logar

Posted: Wed Feb 10, 2010 7:22 pm
by WheatThins
thanks. Will test this out now.

Re: Teleport to Logar

Posted: Wed Feb 10, 2010 9:16 pm
by WheatThins
didnt work, but got this to work:

sendMacro("CastSpellByName(\"Transport: Logar\");");

thanks again

Re: Teleport to Logar

Posted: Sun Feb 14, 2010 3:21 pm
by j_schlott
UseSkill(tab#,spell#)

example: RoMScript("UseSkill(1,1);"); is Attack

the spells on the tabs are numbered like so:
1 6
2 7
3 8
4 9
5 10