Jump to content
  • 0

Question

Posted

Hello i am looking for a voicecommand teleport eg, ".aden" would teleport u to aden,

 

or if someone could give me the code for 1 town i would be able to finish it,

 

many thanks in advance

9 answers to this question

Recommended Posts

  • 0
Posted

Hello i am looking for a voicecommand teleport eg, ".aden" would teleport u to aden,

 

or if someone could give me the code for 1 town i would be able to finish it,

 

many thanks in advance

dude,its shared.

 

did you searched the forum..?

  • 0
Posted
          if (command.equalsIgnoreCase("giran"))
          {
            activeChar.teleToLocation(83400, 147943, -3404, true);
          }

  • 0
Posted

          if (command.equalsIgnoreCase("giran"))
          {
            activeChar.teleToLocation(83400, 147943, -3404, true);
          }

 

he want soe for Aden? with command?

Or instant teleport

  • 0
Posted

he want soe for Aden? with command?

Or instant teleport

 

a voicecommand teleport eg, ".aden" would teleport u to aden

 

Not big deal, I just gave him giran coords, now he have to catch adens one and rest of the towns :)

  • 0
Posted

Not big deal, I just gave him giran coords, now he have to catch adens one and rest of the towns :)

 

yeah but must also add some restriction if oly and else... combat etc...

  • 0
Posted

yeah but must also add some restriction if oly and else... combat etc...

 

Ofc, that's his job. He asked just for teleport part :troll:

Guest
This topic is now closed to further replies.


×
×
  • Create New...