Forums WoW Modding Support Archives Azerothcore Discord Archives [DiscordArchive] the what?

[DiscordArchive] the what?

[DiscordArchive] the what?

Pages (2): 1 2 Next
rektbyfaith
Administrator
0
06-01-2018, 03:28 PM
#1
Archived author: Zeeg • Posted: 2018-06-01T15:28:03.772000+00:00
Original source

the what?
rektbyfaith
06-01-2018, 03:28 PM #1

Archived author: Zeeg • Posted: 2018-06-01T15:28:03.772000+00:00
Original source

the what?

rektbyfaith
Administrator
0
06-01-2018, 03:28 PM
#2
Archived author: Zeeg • Posted: 2018-06-01T15:28:07.631000+00:00
Original source

which teleport?
rektbyfaith
06-01-2018, 03:28 PM #2

Archived author: Zeeg • Posted: 2018-06-01T15:28:07.631000+00:00
Original source

which teleport?

rektbyfaith
Administrator
0
06-01-2018, 03:30 PM
#3
Archived author: Kraft • Posted: 2018-06-01T15:30:34.713000+00:00
Original source

``` // Alliance Teleports
player->learnSpell(3565); // Darnassus
player->learnSpell(32271); // Exodar
player->learnSpell(3562); // Ironforge
player->learnSpell(33690); // Shattrath
player->learnSpell(3561); // Stormwind
break;```
rektbyfaith
06-01-2018, 03:30 PM #3

Archived author: Kraft • Posted: 2018-06-01T15:30:34.713000+00:00
Original source

``` // Alliance Teleports
player->learnSpell(3565); // Darnassus
player->learnSpell(32271); // Exodar
player->learnSpell(3562); // Ironforge
player->learnSpell(33690); // Shattrath
player->learnSpell(3561); // Stormwind
break;```

rektbyfaith
Administrator
0
06-01-2018, 03:31 PM
#4
Archived author: Kraft • Posted: 2018-06-01T15:31:10.662000+00:00
Original source

teleport spells that consume reagents. Looks like they go through the same server logic as normal spells which is why I expected to see them in character_spells
rektbyfaith
06-01-2018, 03:31 PM #4

Archived author: Kraft • Posted: 2018-06-01T15:31:10.662000+00:00
Original source

teleport spells that consume reagents. Looks like they go through the same server logic as normal spells which is why I expected to see them in character_spells

rektbyfaith
Administrator
0
06-01-2018, 03:35 PM
#5
Archived author: Zeeg • Posted: 2018-06-01T15:35:51.923000+00:00
Original source

I think that's the table weird
rektbyfaith
06-01-2018, 03:35 PM #5

Archived author: Zeeg • Posted: 2018-06-01T15:35:51.923000+00:00
Original source

I think that's the table weird

rektbyfaith
Administrator
0
06-01-2018, 03:36 PM
#6
Archived author: Kraft • Posted: 2018-06-01T15:36:40.481000+00:00
Original source

Though this addspell has some weirdness to it. I'm thinking it is only used for 'unlearnable' spells
rektbyfaith
06-01-2018, 03:36 PM #6

Archived author: Kraft • Posted: 2018-06-01T15:36:40.481000+00:00
Original source

Though this addspell has some weirdness to it. I'm thinking it is only used for 'unlearnable' spells

rektbyfaith
Administrator
0
06-01-2018, 03:36 PM
#7
Archived author: Kraft • Posted: 2018-06-01T15:36:41.092000+00:00
Original source

``` WorldPacket data(SMSG_SUPERCEDED_SPELL, 4 + 4);
data << uint32(nextSpellInfo->Id);
data << uint32(spellInfo->Id);
GetSession()->SendPacket(&data);```
rektbyfaith
06-01-2018, 03:36 PM #7

Archived author: Kraft • Posted: 2018-06-01T15:36:41.092000+00:00
Original source

``` WorldPacket data(SMSG_SUPERCEDED_SPELL, 4 + 4);
data << uint32(nextSpellInfo->Id);
data << uint32(spellInfo->Id);
GetSession()->SendPacket(&data);```

rektbyfaith
Administrator
0
06-01-2018, 03:36 PM
#8
Archived author: Kraft • Posted: 2018-06-01T15:36:48.324000+00:00
Original source

doesn't seem like a normal way to add a spell to a character
rektbyfaith
06-01-2018, 03:36 PM #8

Archived author: Kraft • Posted: 2018-06-01T15:36:48.324000+00:00
Original source

doesn't seem like a normal way to add a spell to a character

rektbyfaith
Administrator
0
06-01-2018, 03:39 PM
#9
Archived author: Zeeg • Posted: 2018-06-01T15:39:56.533000+00:00
Original source

now, why does that player want to remove that spell?
rektbyfaith
06-01-2018, 03:39 PM #9

Archived author: Zeeg • Posted: 2018-06-01T15:39:56.533000+00:00
Original source

now, why does that player want to remove that spell?

rektbyfaith
Administrator
0
06-01-2018, 03:40 PM
#10
Archived author: Kraft • Posted: 2018-06-01T15:40:17.053000+00:00
Original source

because he is a fickle blizz-like lover
rektbyfaith
06-01-2018, 03:40 PM #10

Archived author: Kraft • Posted: 2018-06-01T15:40:17.053000+00:00
Original source

because he is a fickle blizz-like lover

Pages (2): 1 2 Next
Recently Browsing
 
Recently Browsing