• This is a read only backup of the old Emudevs forum. If you want to have anything removed, please message me on Discord: KittyKaev

[Trinity] Mall Command

Ghostcrawler336

Epic Member
Hello everyone,

Today I'm going to release a script that was made for Ghost-Gaming, big thanks to Parranoia for making this for me!

This script is faction based, so you can set both faction to different places.

Command -
  • .mall

Script | Pastebin

If you don't know how to edit this script, you may look at the small guide below.

Step 1 -

First go ingame, and find the coords you want the faction to go when using .mall . Then type .gps

Step 2 -

Alliance - Go to line 37, and you should see this.
Code:
player->TeleportTo(0, 0.0f, 0.0f, 0.0f, 0.0f);		// Alliance mall coords (MAP, X, Y, Z, O)


example - - This is a example of what it should look like.

Code:
player->TeleportTo(1, 123.2123f, 3213.2312f, 4535.353543f, 453.5435f);		// Alliance mall coords (MAP, X, Y, Z, O)


Horde - Go to line 39, and you should see this.
Code:
player->TeleportTo(0, 0.0f, 0.0f, 0.0f, 0.0f);		// Horde mall coords (MAP, X, Y, Z, O)


example - - This is a example of what it should look like.

Code:
player->TeleportTo(1, 123.2123f, 3213.2312f, 4535.353543f, 453.5435f);		// Alliance mall coords (MAP, X, Y, Z, O)


If you still need help with this script, please reply below.​

Regards,
Ghostcrawler336
 

ravez

Respected Member
I like this! But may I ask if you Ghost or someone else here, can edit the script for me so that it doesn't work until you've been out of combat for like 10 seconds? I don't want a rogue to sprint away and just spam .mall until he's out of combat if someone's chasing him. ;D
 
Top