• This is a read only backup of the old Emudevs forum. If you want to have anything removed, please message me on Discord: KittyKaev

TrinityCore 3.3.5 Help Creating Custom Banner GameObject

sen8sei

New member
Due to me being inactive my previously made account here could have been deleted, therefore I'll participate with something this time :)

If anyone could help out, I would like to know how to create a Banner gameobject similar to Arathi Basin Battleground banners. If I am correct, I simply have to add an entry to the gameobject_template along with the correct display id, though I am not sure exactly what values to change in each column, as well as how to make the banner do what we want it to do in this case. Perhaps a smart script might handle that.

This banner has to switch from Horde to Alliance and vice-versa, when clicked.

Note that this banner is to be used in the open world map and not in instances such as Battlegrounds. Thanks in advance n.n
 

Attachments

  • AB-Gold-Mine.jpg
    AB-Gold-Mine.jpg
    316.2 KB · Views: 48
Last edited:

Tommy

Founder
Due to me being inactive my previously made account here could have been deleted, therefore I'll participate with something this time :)

Accounts on ED aren't deleted due to inactivity or at all for that matter. Only time it may seem like we "delete" something is if we have to do a rollback. In this case, if you registered after May 10th, 2016 then your account was/is gone due to the rollback. If you follow EmuDevs on Twitter there's old tweets about the rollback.


If anyone could help out, I would like to know how to create a Banner gameobject similar to Battleground banners. If I am correct, I simply have to add an entry to the gameobject_template along with the correct display id, though I am not sure exactly what values to change in each column, as well as how to make the banner do what we want it to do in this case. Perhaps a smart script might handle that.

Note that this banner is to be used in the open world map and not in instances such as Battlegrounds. Thanks in advance n.n

I'm assuming by "banner" you mean clickable flag? Or do you mean control point banner?
 

sen8sei

New member
must have been the rollback then

a perfect example would be Arathi Basin battleground where players have to take control over the bases by switching the banners, Stable Banner, Blacksmith Banner, etc.
 

Tommy

Founder
must have been the rollback then

That's what I said. :/

a perfect example would be Arathi Basin battleground where players have to take control over the bases by switching the banners, Stable Banner, Blacksmith Banner, etc.

Well you can pretty much copy the flags from that battleground and change the column values. Pretty sure no special values in the data columns exist - if you don't know what the columns are exactly you can go to https://trinitycore.atlassian.net/wiki/display/tc/gameobject_template and read the info on it. And yes, you'll need to make your own script(s) if you want players to capture the flag, and I don't think you can do that with SmartAI.
 
Top