[DiscordArchive] <@456226577798135808> Did the print("2"); go off?
[DiscordArchive] <@456226577798135808> Did the print("2"); go off?
Archived author: Deleted User • Posted: 2019-03-24T21:48:09.528000+00:00
Original source
```local function CastSpell(event, player, spell, skipCheck)
print("2");
end
RegisterPlayerEvent(5, CastSpell)
print('1');```
Archived author: Deleted User • Posted: 2019-03-24T21:48:12.564000+00:00
Original source
1 is printed
Archived author: Deleted User • Posted: 2019-03-24T21:48:13.882000+00:00
Original source
2 no
Archived author: Nix • Posted: 2019-03-24T21:48:16.899000+00:00
Original source
https://github.com/azerothcore/azerothco....cpp#L3650
[Embed: azerothcore/azerothcore-wotlk]
AzerothCore - MMORPG Server. Based on MaNGOS -> TrinityCore -> SunwellCore - azerothcore/azerothcore-wotlk
https://github.com/azerothcore/azerothco.../Spell.cpp
Archived author: Nix • Posted: 2019-03-24T21:48:38.283000+00:00
Original source
Wouldn't happen to be because the scriptMgr function responsible for pushing the lua event is commented out
Archived author: Deleted User • Posted: 2019-03-24T21:49:12.091000+00:00
Original source
wut ? x)
Archived author: Nix • Posted: 2019-03-24T21:49:24.843000+00:00
Original source
The internal event in AC that is responsible for calling eluna is disabled, it will never call OnPlayerSpellCast
Archived author: Deleted User • Posted: 2019-03-24T21:49:33.795000+00:00
Original source
If I enable it