zerixxx
Trial Member
- 8
- 2021
- 0
Hi Guys!
Someone here having issues with custom C++ scripts on TrinityCore 3.3.5 aswell ?
So I was writing a C++ code for Gossip Multivendor NPC after lot of fixes etc got it down to 0 errors.
(Already have a custom npc created in creature_template
And also invisible vendors also with some items in them to be used for the menu in the HUB Multivendor NPC. ) also everything is set correct Scriptname etc in DB.
Problem is that when I go ingame and spawn the Multivendor it says only “Greetings”.
There are no Menus/Vendors inside nothing..
After lot of fixes, tries and etc (even asked AI for help but still nothing worked lol)
So thats why I am here…
As I said there is no single error or warning anywhere in the whole server/system or whatever.
Everything is registered/declared
I was even assuming that the script is not even detected, so I duplicated it in other original Script folder not the custom one registered and declared there aswell just to be sure that its getting pulled. And Yes the World server was crashing since it was trying to start the same script twice. So Im assuming its working .. but yeah no matter what I tryed the Vendor says just “Greetings”…
Best Regards
Someone here having issues with custom C++ scripts on TrinityCore 3.3.5 aswell ?
So I was writing a C++ code for Gossip Multivendor NPC after lot of fixes etc got it down to 0 errors.
(Already have a custom npc created in creature_template
And also invisible vendors also with some items in them to be used for the menu in the HUB Multivendor NPC. ) also everything is set correct Scriptname etc in DB.
Problem is that when I go ingame and spawn the Multivendor it says only “Greetings”.
There are no Menus/Vendors inside nothing..
After lot of fixes, tries and etc (even asked AI for help but still nothing worked lol)
So thats why I am here…
As I said there is no single error or warning anywhere in the whole server/system or whatever.
Everything is registered/declared
I was even assuming that the script is not even detected, so I duplicated it in other original Script folder not the custom one registered and declared there aswell just to be sure that its getting pulled. And Yes the World server was crashing since it was trying to start the same script twice. So Im assuming its working .. but yeah no matter what I tryed the Vendor says just “Greetings”…
Best Regards