• 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 having problems

Djundead

Foufos
im trying to add http://emudevs.com/showthread.php/5339-World-Chat-script to my core and im not sure how to do the custom script part in lastest compile of TC

REV: aec583ffe9b2+
added in custom_script_loader.cpp
Code:
// The name of this function should match:
// void Add${NameOfDirectory}Scripts()
void AddCustomScripts()
{
	void AddSC_WorldChat();
}

idk if i did right and idk other places to add :(
 
Last edited:

Djundead

Foufos
how i get:
Code:
Severity	Code	Description	Project	File	Line	Suppression State
Error (active)		the #endif for this directive is missing	scripts	c:\Users\Administrator\Desktop\build\src\server\scripts\gen_scriptloader\static\ScriptLoader.cpp	39

line 39
#ifdef TRINITY_IS_DYNAMIC_SCRIPTLOADER
 
Top