Rochet2 / TrinityCore

Rochet2's stuff for TC
https://rochet2.github.io
89 stars 144 forks source link

MultiVendor Faction #114

Closed V3nomAnc3r closed 4 years ago

V3nomAnc3r commented 4 years ago

Hey @Rochet2

We have option to show 1 gossip just for alliance?

Rochet2 commented 4 years ago

You can limit the options to show through conditions table in world database. I use that in the Portal Master teleporter to limit what options players see for horde/alliance.

Or alternatively in C++ you can just check the faction of the player before showing him the vendor.

V3nomAnc3r commented 4 years ago

Tnx for help !