I'm using the OregonCore, a TrinityCore based emu, and I made this 300% mount..
Now to the problem, I dont want players to be able to use it in arenas or battlegrounds, are there any way to do this?
Thanks.
I'm using the OregonCore, a TrinityCore based emu, and I made this 300% mount..
Now to the problem, I dont want players to be able to use it in arenas or battlegrounds, are there any way to do this?
Thanks.
Last edited by stoneharry; 07-16-2011 at 11:38 AM. Reason: Added prefix because apparently you can't read the stickied thread saying the rules.
I'm sure there is a way, but I'm not some expert on this kind of thing. While you're waiting for a better response, I'd just disable the mount
Find where the spell effect is handled within the core, check for IsInBattleground (if there is such a function) or if the map ID is equal to one of the BG map's, and then if it is, don't let it cast and display message, if it isn't, let it mount normally.