[DiscordArchive] the what?
[DiscordArchive] the what?
Archived author: Zeeg • Posted: 2018-06-01T15:28:03.772000+00:00
Original source
the what?
Archived author: Zeeg • Posted: 2018-06-01T15:28:07.631000+00:00
Original source
which teleport?
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;```
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
Archived author: Zeeg • Posted: 2018-06-01T15:35:51.923000+00:00
Original source
I think that's the table weird
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
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);```
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
Archived author: Zeeg • Posted: 2018-06-01T15:39:56.533000+00:00
Original source
now, why does that player want to remove that spell?
Archived author: Kraft • Posted: 2018-06-01T15:40:17.053000+00:00
Original source
because he is a fickle blizz-like lover