[DiscordArchive] how do I put number of TR: MMR: in the arena?
[DiscordArchive] how do I put number of TR: MMR: in the arena?
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?
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
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
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
Archived author: Kito • Posted: 2020-04-10T17:23:35.941000+00:00
Original source
I can do one xD Corona Special!
Archived author: Torio • Posted: 2020-04-10T17:24:09.952000+00:00
Original source
❤️ leave it to a virus to unite the world