[DiscordArchive] does instance_icecrown inherit from there?
[DiscordArchive] does instance_icecrown inherit from there?
Archived author: Chaz • Posted: 2020-06-08T15:01:29.595000+00:00
Original source
does instance_icecrown inherit from there?
Archived author: Chaz • Posted: 2020-06-08T15:31:24.216000+00:00
Original source
nope
Archived author: Chaz • Posted: 2020-06-08T15:31:29.451000+00:00
Original source
its only being applied from spellmgr.cpp
Archived author: Chaz • Posted: 2020-06-08T15:31:30.040000+00:00
Original source
https://github.com/azerothcore/azerothco...2320/files
[Embed: feat(Core/SpellMgr): Worldserver option for ICC buff · Pull Request...]
CHANGES PROPOSED:
This was an idea @Knindzagxg had, and I think it is quite neat. This PR adds 2 new parameters to the worldserver configuration:
ICC.Buff.Horde: Buff spell for the Horde (0 for di...
https://github.com/azerothcore/azerothco...2320/files
Archived author: Chaz • Posted: 2020-06-08T15:31:31.231000+00:00
Original source
ffs
Archived author: Deleted User • Posted: 2020-06-08T16:03:33.022000+00:00
Original source
Let me see if i can use my tiny brain to see how to connect these two
Archived author: Deleted User • Posted: 2020-06-08T16:31:33.619000+00:00
Original source
It's some pseudocode but should go along these lines:
Archived author: Deleted User • Posted: 2020-06-08T16:31:42.232000+00:00
Original source
```
in here:
bool SpellArea::IsFitToRequirements(Player const* player, uint32 newZone, uint32 newArea) const
in here:
switch (spellId)
{
case 58600:
(...)
case 73816:
case (..)
case 73828:
if (InstanceScript* s = const_cast<Player*>(player)->GetInstanceScript())
if (s->isHeroic())
var canCastSpell = true;
if (canCastSpell)
SpellAura->Go!
```
Archived author: eboy lol • Posted: 2020-06-08T17:03:26.702000+00:00
Original source
what do you guys do when it says "cmake error Could NOT find OpenSSL"
Archived author: Deleted User • Posted: 2020-06-08T17:11:25.886000+00:00
Original source
It's probably not set as ane environment variable