Forums WoW Modding Support Archives TrinityCore Discord Archives [DiscordArchive] Ok cool but like where would you get spawn coordinates for the mole machines?

[DiscordArchive] Ok cool but like where would you get spawn coordinates for the mole machines?

[DiscordArchive] Ok cool but like where would you get spawn coordinates for the mole machines?

Pages (5): 1 2 3 4 5 Next
rektbyfaith
Administrator
0
09-24-2023, 05:59 AM
#1
Archived author: Bench • Posted: 2023-09-24T05:59:13.184000+00:00
Original source

Ok cool but like where would you get spawn coordinates for the mole machines?
rektbyfaith
09-24-2023, 05:59 AM #1

Archived author: Bench • Posted: 2023-09-24T05:59:13.184000+00:00
Original source

Ok cool but like where would you get spawn coordinates for the mole machines?

rektbyfaith
Administrator
0
09-24-2023, 06:02 AM
#2
Archived author: Krutok • Posted: 2023-09-24T06:02:22.186000+00:00
Original source

Here: ``` case EVENT_SPAWN_MOLE_MACHINE:
{
if (me->GetMapId() == 1) // Kalimdor
{
float rand = 8 + rand_norm() * 12;
float angle = rand_norm() * 2 * M_PI;
float x = 1201.8f + rand * cos(angle);
float y = -4299.6f + rand * std:Confusedin(angle);
if (Creature* cr = me->SummonCreature(NPC_MOLE_MACHINE_TRIGGER, x, y, 21.3f, 0.0f))
cr->CastSpell(cr, SPELL_SPAWN_MOLE_MACHINE, true);
}
else if (me->GetMapId() == 0) // EK
{
float rand = rand_norm() * 20;
float angle = rand_norm() * 2 * M_PI;
float x = -5157.1f + rand * cos(angle);
float y = -598.98f + rand * std:Confusedin(angle);
if (Creature* cr = me->SummonCreature(NPC_MOLE_MACHINE_TRIGGER, x, y, 398.11f, 0.0f))
cr->CastSpell(cr, SPELL_SPAWN_MOLE_MACHINE, true); ```
rektbyfaith
09-24-2023, 06:02 AM #2

Archived author: Krutok • Posted: 2023-09-24T06:02:22.186000+00:00
Original source

Here: ``` case EVENT_SPAWN_MOLE_MACHINE:
{
if (me->GetMapId() == 1) // Kalimdor
{
float rand = 8 + rand_norm() * 12;
float angle = rand_norm() * 2 * M_PI;
float x = 1201.8f + rand * cos(angle);
float y = -4299.6f + rand * std:Confusedin(angle);
if (Creature* cr = me->SummonCreature(NPC_MOLE_MACHINE_TRIGGER, x, y, 21.3f, 0.0f))
cr->CastSpell(cr, SPELL_SPAWN_MOLE_MACHINE, true);
}
else if (me->GetMapId() == 0) // EK
{
float rand = rand_norm() * 20;
float angle = rand_norm() * 2 * M_PI;
float x = -5157.1f + rand * cos(angle);
float y = -598.98f + rand * std:Confusedin(angle);
if (Creature* cr = me->SummonCreature(NPC_MOLE_MACHINE_TRIGGER, x, y, 398.11f, 0.0f))
cr->CastSpell(cr, SPELL_SPAWN_MOLE_MACHINE, true); ```

rektbyfaith
Administrator
0
09-24-2023, 06:03 AM
#3
Archived author: Bench • Posted: 2023-09-24T06:03:55.938000+00:00
Original source

And where did that come from
rektbyfaith
09-24-2023, 06:03 AM #3

Archived author: Bench • Posted: 2023-09-24T06:03:55.938000+00:00
Original source

And where did that come from

rektbyfaith
Administrator
0
09-24-2023, 06:07 AM
#4
Archived author: Krutok • Posted: 2023-09-24T06:07:51.601000+00:00
Original source

If you search you will find, as I already said, I went through some cores / forks on Github. Unfortunately, this cannot be adopted because it is no longer compatible.
rektbyfaith
09-24-2023, 06:07 AM #4

Archived author: Krutok • Posted: 2023-09-24T06:07:51.601000+00:00
Original source

If you search you will find, as I already said, I went through some cores / forks on Github. Unfortunately, this cannot be adopted because it is no longer compatible.

rektbyfaith
Administrator
0
09-24-2023, 06:08 AM
#5
Archived author: Bench • Posted: 2023-09-24T06:08:11.411000+00:00
Original source

And a couple other reasons, yea
rektbyfaith
09-24-2023, 06:08 AM #5

Archived author: Bench • Posted: 2023-09-24T06:08:11.411000+00:00
Original source

And a couple other reasons, yea

rektbyfaith
Administrator
0
09-24-2023, 06:11 AM
#6
Archived author: Krutok • Posted: 2023-09-24T06:11:48.636000+00:00
Original source

wow doesn't just consist of raids and final content, hence the question of where the priorities lie
rektbyfaith
09-24-2023, 06:11 AM #6

Archived author: Krutok • Posted: 2023-09-24T06:11:48.636000+00:00
Original source

wow doesn't just consist of raids and final content, hence the question of where the priorities lie

rektbyfaith
Administrator
0
09-24-2023, 06:15 AM
#7
Archived author: Bench • Posted: 2023-09-24T06:15:15.033000+00:00
Original source

I would argue event content like this should be low priority compared to other things that have yet to be added, not even endgame content, but it's no secret that 3.3.5 ain't exactly the more worked on branch, let alone the priorities within that branch. In any case, you don't seem to be seeing this situation objectively, so I'm not gonna try to argue this point with you
rektbyfaith
09-24-2023, 06:15 AM #7

Archived author: Bench • Posted: 2023-09-24T06:15:15.033000+00:00
Original source

I would argue event content like this should be low priority compared to other things that have yet to be added, not even endgame content, but it's no secret that 3.3.5 ain't exactly the more worked on branch, let alone the priorities within that branch. In any case, you don't seem to be seeing this situation objectively, so I'm not gonna try to argue this point with you

rektbyfaith
Administrator
0
09-24-2023, 06:22 AM
#8
Archived author: Krutok • Posted: 2023-09-24T06:22:01.238000+00:00
Original source

3.3.5 is one of the most used content simply because it is very easy to mod. Back then, many years ago, I was still at Mangos Core, where it had a very active community and fixes came quickly, regardless of the content. Unfortunately, the community then fell apart/split. Then I discovered TC and thought everything would be fine with such a huge community and based my project on it.
rektbyfaith
09-24-2023, 06:22 AM #8

Archived author: Krutok • Posted: 2023-09-24T06:22:01.238000+00:00
Original source

3.3.5 is one of the most used content simply because it is very easy to mod. Back then, many years ago, I was still at Mangos Core, where it had a very active community and fixes came quickly, regardless of the content. Unfortunately, the community then fell apart/split. Then I discovered TC and thought everything would be fine with such a huge community and based my project on it.

rektbyfaith
Administrator
0
09-24-2023, 06:28 AM
#9
Archived author: Krutok • Posted: 2023-09-24T06:28:48.235000+00:00
Original source

What I find impressive is that AC Core diligently copies code from TC and pays for it, but TC doesn't use code from AC Core to fix things quickly. https://github.com/azerothcore/azerothco...ssues/5985
[Embed: Rewrite combat and threat system to be mutual from TC [$50] · Issue...]
TrinityCore/TrinityCore@6113b9d #15026 TrinityCore/TrinityCore@e2a1ccd TrinityCore/TrinityCore@2739a5c TrinityCore/TrinityCore@532ab1c TrinityCore/TrinityCore@9f9507e Maybe I missed a commit, but t...
https://github.com/azerothcore/azerothco...ssues/5985
rektbyfaith
09-24-2023, 06:28 AM #9

Archived author: Krutok • Posted: 2023-09-24T06:28:48.235000+00:00
Original source

What I find impressive is that AC Core diligently copies code from TC and pays for it, but TC doesn't use code from AC Core to fix things quickly. https://github.com/azerothcore/azerothco...ssues/5985
[Embed: Rewrite combat and threat system to be mutual from TC [$50] · Issue...]
TrinityCore/TrinityCore@6113b9d #15026 TrinityCore/TrinityCore@e2a1ccd TrinityCore/TrinityCore@2739a5c TrinityCore/TrinityCore@532ab1c TrinityCore/TrinityCore@9f9507e Maybe I missed a commit, but t...
https://github.com/azerothcore/azerothco...ssues/5985

rektbyfaith
Administrator
0
09-24-2023, 06:29 AM
#10
Archived author: Bench • Posted: 2023-09-24T06:29:17.592000+00:00
Original source

Yes, because there are license issues
rektbyfaith
09-24-2023, 06:29 AM #10

Archived author: Bench • Posted: 2023-09-24T06:29:17.592000+00:00
Original source

Yes, because there are license issues

Pages (5): 1 2 3 4 5 Next
Recently Browsing
 1 Guest(s)
Recently Browsing
 1 Guest(s)