Forums WoW Modding Support Archives Azerothcore Discord Archives [DiscordArchive] You're not using the map, anyway I don't know that method, I would have to look for it. Where is it?

[DiscordArchive] You're not using the map, anyway I don't know that method, I would have to look for it. Where is it?

[DiscordArchive] You're not using the map, anyway I don't know that method, I would have to look for it. Where is it?

rektbyfaith
Administrator
0
07-29-2019, 01:31 AM
#1
Archived author: stevej • Posted: 2019-07-29T01:31:54.158000+00:00
Original source

You're not using the map, anyway I don't know that method, I would have to look for it. Where is it?
rektbyfaith
07-29-2019, 01:31 AM #1

Archived author: stevej • Posted: 2019-07-29T01:31:54.158000+00:00
Original source

You're not using the map, anyway I don't know that method, I would have to look for it. Where is it?

rektbyfaith
Administrator
0
07-29-2019, 01:40 AM
#2
Archived author: stevej • Posted: 2019-07-29T01:40:30.841000+00:00
Original source

I don't know if it'll be optimal to do this.
rektbyfaith
07-29-2019, 01:40 AM #2

Archived author: stevej • Posted: 2019-07-29T01:40:30.841000+00:00
Original source

I don't know if it'll be optimal to do this.

rektbyfaith
Administrator
0
07-29-2019, 01:40 AM
#3
Archived author: stevej • Posted: 2019-07-29T01:40:44.241000+00:00
Original source

```c
void OnMapChanged(Map* map, Player* player) {
if(player->GetMapId() == 571) {
player->TeleportTo(530, -1838.160, 5301.790f, -12.428f, 5.95f);
player->GetSession()->SendNotification("This Map Is Currently Disabled");
ChatHandler(player->GetSession()).PSendSysMessage("This Map Is Currently Disabled");
}
}
```
rektbyfaith
07-29-2019, 01:40 AM #3

Archived author: stevej • Posted: 2019-07-29T01:40:44.241000+00:00
Original source

```c
void OnMapChanged(Map* map, Player* player) {
if(player->GetMapId() == 571) {
player->TeleportTo(530, -1838.160, 5301.790f, -12.428f, 5.95f);
player->GetSession()->SendNotification("This Map Is Currently Disabled");
ChatHandler(player->GetSession()).PSendSysMessage("This Map Is Currently Disabled");
}
}
```

Recently Browsing
 1 Guest(s)
Recently Browsing
 1 Guest(s)