Forums WoW Modding Support Archives Azerothcore Discord Archives [DiscordArchive] how do I put number of TR: MMR: in the arena?

[DiscordArchive] how do I put number of TR: MMR: in the arena?

[DiscordArchive] how do I put number of TR: MMR: in the arena?

rektbyfaith
Administrator
0
04-10-2020, 03:22 PM
#1
Archived author: khoos • Posted: 2020-04-10T15:22:01.950000+00:00
Original source

how do I put number of TR: MMR: in the arena?
rektbyfaith
04-10-2020, 03:22 PM #1

Archived author: khoos • Posted: 2020-04-10T15:22:01.950000+00:00
Original source

how do I put number of TR: MMR: in the arena?

rektbyfaith
Administrator
0
04-10-2020, 03:31 PM
#2
Archived author: Kitzunu • Posted: 2020-04-10T15:31:14.881000+00:00
Original source

Try checking
```sql
SELECT * FROM acore_string WHERE entry IN (718,719)
```
and
```cpp
// announce world (this doesn't need mutex)
if (isRated && sWorld->getBoolConfig(CONFIG_ARENA_QUEUE_ANNOUNCER_ENABLE))
if (ArenaTeam* team = sArenaTeamMgr->GetArenaTeamById(arenateamid))
sWorld->SendWorldText(LANG_ARENA_QUEUE_ANNOUNCE_WORLD_JOIN, team->GetName().c_str(), ginfo->ArenaType, ginfo->ArenaType, ginfo->ArenaTeamRating);
```
```cpp
// announce to world if arena team left queue for rated match, show only once
if (groupInfo->ArenaType && groupInfo->IsRated && groupInfo->Players.empty() && sWorld->getBoolConfig(CONFIG_ARENA_QUEUE_ANNOUNCER_ENABLE))
if (ArenaTeam * team = sArenaTeamMgr->GetArenaTeamById(groupInfo->ArenaTeamId))
sWorld->SendWorldText(LANG_ARENA_QUEUE_ANNOUNCE_WORLD_EXIT, team->GetName().c_str(), groupInfo->ArenaType, groupInfo->ArenaType, groupInfo->ArenaTeamRating);
```
in BattlegroundQueue.cpp
rektbyfaith
04-10-2020, 03:31 PM #2

Archived author: Kitzunu • Posted: 2020-04-10T15:31:14.881000+00:00
Original source

Try checking
```sql
SELECT * FROM acore_string WHERE entry IN (718,719)
```
and
```cpp
// announce world (this doesn't need mutex)
if (isRated && sWorld->getBoolConfig(CONFIG_ARENA_QUEUE_ANNOUNCER_ENABLE))
if (ArenaTeam* team = sArenaTeamMgr->GetArenaTeamById(arenateamid))
sWorld->SendWorldText(LANG_ARENA_QUEUE_ANNOUNCE_WORLD_JOIN, team->GetName().c_str(), ginfo->ArenaType, ginfo->ArenaType, ginfo->ArenaTeamRating);
```
```cpp
// announce to world if arena team left queue for rated match, show only once
if (groupInfo->ArenaType && groupInfo->IsRated && groupInfo->Players.empty() && sWorld->getBoolConfig(CONFIG_ARENA_QUEUE_ANNOUNCER_ENABLE))
if (ArenaTeam * team = sArenaTeamMgr->GetArenaTeamById(groupInfo->ArenaTeamId))
sWorld->SendWorldText(LANG_ARENA_QUEUE_ANNOUNCE_WORLD_EXIT, team->GetName().c_str(), groupInfo->ArenaType, groupInfo->ArenaType, groupInfo->ArenaTeamRating);
```
in BattlegroundQueue.cpp

rektbyfaith
Administrator
0
04-10-2020, 04:17 PM
#3
Archived author: Barbz • Posted: 2020-04-10T16:17:54.829000+00:00
Original source

kito p, we want your SAI bosses

also if someone wants to port this to AC https://github.com/scriptdev2/scriptdev2...#L257-L296 the "ouro spawner" creature has 0 script actually xD. Also ouro is moving should add `DoStartNoMovement()`
[Embed: scriptdev2/scriptdev2-classic]
ScriptDev2 for Classic. Contribute to scriptdev2/scriptdev2-classic development by creating an account on GitHub.
https://github.com/scriptdev2/scriptdev2...s_ouro.cpp
rektbyfaith
04-10-2020, 04:17 PM #3

Archived author: Barbz • Posted: 2020-04-10T16:17:54.829000+00:00
Original source

kito p, we want your SAI bosses

also if someone wants to port this to AC https://github.com/scriptdev2/scriptdev2...#L257-L296 the "ouro spawner" creature has 0 script actually xD. Also ouro is moving should add `DoStartNoMovement()`
[Embed: scriptdev2/scriptdev2-classic]
ScriptDev2 for Classic. Contribute to scriptdev2/scriptdev2-classic development by creating an account on GitHub.
https://github.com/scriptdev2/scriptdev2...s_ouro.cpp

rektbyfaith
Administrator
0
04-10-2020, 05:21 PM
#4
Archived author: Torio • Posted: 2020-04-10T17:21:57.876000+00:00
Original source

i agree with <@!307220419021373440> kito needs to make a tut ;p
rektbyfaith
04-10-2020, 05:21 PM #4

Archived author: Torio • Posted: 2020-04-10T17:21:57.876000+00:00
Original source

i agree with <@!307220419021373440> kito needs to make a tut ;p

rektbyfaith
Administrator
0
04-10-2020, 05:23 PM
#5
Archived author: Kito • Posted: 2020-04-10T17:23:35.941000+00:00
Original source

I can do one xD Corona Special!
rektbyfaith
04-10-2020, 05:23 PM #5

Archived author: Kito • Posted: 2020-04-10T17:23:35.941000+00:00
Original source

I can do one xD Corona Special!

rektbyfaith
Administrator
0
04-10-2020, 05:24 PM
#6
Archived author: Torio • Posted: 2020-04-10T17:24:09.952000+00:00
Original source

❤️ leave it to a virus to unite the world
rektbyfaith
04-10-2020, 05:24 PM #6

Archived author: Torio • Posted: 2020-04-10T17:24:09.952000+00:00
Original source

❤️ leave it to a virus to unite the world

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