Forums WoW Modding Support Archives Azerothcore Discord Archives [DiscordArchive] I was looking into it but i don't have an IDE open right now, what values does spellareaformap::valu

[DiscordArchive] I was looking into it but i don't have an IDE open right now, what values does spellareaformap::valu

[DiscordArchive] I was looking into it but i don't have an IDE open right now, what values does spellareaformap::valu

Pages (5): 1 2 3 4 5 Next
rektbyfaith
Administrator
0
06-08-2020, 08:34 AM
#1
Archived author: Deleted User • Posted: 2020-06-08T08:34:35.097000+00:00
Original source

I was looking into it but i don't have an IDE open right now, what values does spellareaformap::value_type receive?
rektbyfaith
06-08-2020, 08:34 AM #1

Archived author: Deleted User • Posted: 2020-06-08T08:34:35.097000+00:00
Original source

I was looking into it but i don't have an IDE open right now, what values does spellareaformap::value_type receive?

rektbyfaith
Administrator
0
06-08-2020, 08:34 AM
#2
Archived author: Deleted User • Posted: 2020-06-08T08:34:54.566000+00:00
Original source

Is it map and spell info?
rektbyfaith
06-08-2020, 08:34 AM #2

Archived author: Deleted User • Posted: 2020-06-08T08:34:54.566000+00:00
Original source

Is it map and spell info?

rektbyfaith
Administrator
0
06-08-2020, 08:35 AM
#3
Archived author: Chaz • Posted: 2020-06-08T08:35:03.942000+00:00
Original source

here's the code in spellmgr.cpp
rektbyfaith
06-08-2020, 08:35 AM #3

Archived author: Chaz • Posted: 2020-06-08T08:35:03.942000+00:00
Original source

here's the code in spellmgr.cpp

rektbyfaith
Administrator
0
06-08-2020, 08:35 AM
#4
Archived author: Chaz • Posted: 2020-06-08T08:35:06.544000+00:00
Original source

``` if (sWorld->getIntConfig(CONFIG_ICC_BUFF_HORDE) > 0)
{
sLog->outString(">> Using ICC buff Horde: %u", sWorld->getIntConfig(CONFIG_ICC_BUFF_HORDE));
SpellArea spellAreaICCBuffHorde = { sWorld->getIntConfig(CONFIG_ICC_BUFF_HORDE),ICC_AREA,0,0,0,ICC_RACEMASK_HORDE,Gender(2),64,11,1 };
SpellArea const* saICCBuffHorde = &mSpellAreaMap.insert(SpellAreaMap::value_type(sWorld->getIntConfig(CONFIG_ICC_BUFF_HORDE), spellAreaICCBuffHorde))->second;
mSpellAreaForAreaMap.insert(SpellAreaForAreaMap::value_type(ICC_AREA, saICCBuffHorde));
++count;
}```
rektbyfaith
06-08-2020, 08:35 AM #4

Archived author: Chaz • Posted: 2020-06-08T08:35:06.544000+00:00
Original source

``` if (sWorld->getIntConfig(CONFIG_ICC_BUFF_HORDE) > 0)
{
sLog->outString(">> Using ICC buff Horde: %u", sWorld->getIntConfig(CONFIG_ICC_BUFF_HORDE));
SpellArea spellAreaICCBuffHorde = { sWorld->getIntConfig(CONFIG_ICC_BUFF_HORDE),ICC_AREA,0,0,0,ICC_RACEMASK_HORDE,Gender(2),64,11,1 };
SpellArea const* saICCBuffHorde = &mSpellAreaMap.insert(SpellAreaMap::value_type(sWorld->getIntConfig(CONFIG_ICC_BUFF_HORDE), spellAreaICCBuffHorde))->second;
mSpellAreaForAreaMap.insert(SpellAreaForAreaMap::value_type(ICC_AREA, saICCBuffHorde));
++count;
}```

rektbyfaith
Administrator
0
06-08-2020, 08:35 AM
#5
Archived author: Chaz • Posted: 2020-06-08T08:35:23.920000+00:00
Original source

and a similar one for alliance
rektbyfaith
06-08-2020, 08:35 AM #5

Archived author: Chaz • Posted: 2020-06-08T08:35:23.920000+00:00
Original source

and a similar one for alliance

rektbyfaith
Administrator
0
06-08-2020, 08:35 AM
#6
Archived author: Chaz • Posted: 2020-06-08T08:35:38.326000+00:00
Original source

all i want to do is add a heroic check for this
rektbyfaith
06-08-2020, 08:35 AM #6

Archived author: Chaz • Posted: 2020-06-08T08:35:38.326000+00:00
Original source

all i want to do is add a heroic check for this

rektbyfaith
Administrator
0
06-08-2020, 08:35 AM
#7
Archived author: Chaz • Posted: 2020-06-08T08:35:44.349000+00:00
Original source

so i can buff normal, and not buff heroic
rektbyfaith
06-08-2020, 08:35 AM #7

Archived author: Chaz • Posted: 2020-06-08T08:35:44.349000+00:00
Original source

so i can buff normal, and not buff heroic

rektbyfaith
Administrator
0
06-08-2020, 08:36 AM
#8
Archived author: Deleted User • Posted: 2020-06-08T08:36:48.481000+00:00
Original source

When you change from heroic icc to normal icc, is this a new map?
rektbyfaith
06-08-2020, 08:36 AM #8

Archived author: Deleted User • Posted: 2020-06-08T08:36:48.481000+00:00
Original source

When you change from heroic icc to normal icc, is this a new map?

rektbyfaith
Administrator
0
06-08-2020, 08:36 AM
#9
Archived author: Chaz • Posted: 2020-06-08T08:36:57.233000+00:00
Original source

no
rektbyfaith
06-08-2020, 08:36 AM #9

Archived author: Chaz • Posted: 2020-06-08T08:36:57.233000+00:00
Original source

no

rektbyfaith
Administrator
0
06-08-2020, 08:37 AM
#10
Archived author: Chaz • Posted: 2020-06-08T08:37:00.014000+00:00
Original source

new difficulty
rektbyfaith
06-08-2020, 08:37 AM #10

Archived author: Chaz • Posted: 2020-06-08T08:37:00.014000+00:00
Original source

new difficulty

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