[Archive] Сustom Battleground
[Archive] Сustom Battleground
Archived author: World • Posted: 2018-02-02T14:54:32+00:00
Original source
Hi guys ! I would like to start developing my own battlefield. I have a location. What should I do next, how to make the task to win?
Archived author: Roarl • Posted: 2018-09-28T08:37:48+00:00
Original source
What version of the game are you using ? What emulator are you using ? ( I am going to guess 3.3.5 and TrinityCore from now on )
In any case, you should start by getting used to TrinityCore code and understanding how they implemented battlegrounds in the first place. When you are done coding the battleground itself, you can either replace one of the existing battlegrounds with it, or create a custom NPC to queue for it, or add it in BattlemasterList.dbc I guess.
There might be additionnal .dbc work involved, I am not sure.
Archived author: Aramiel • Posted: 2018-10-18T13:32:10+00:00
Original source
Depends if you want to have a new map for that, then you need to create on with Noggit.
Depends on the emulator, I recommend TrinityCore with Eluna Lua Engine, easy to script.
That could be the steps you need if already have your idea saved.