-
Activity
-
27
-
885
-
27
Fix Target Info System
Where i can find the system target info complete? this is just a fix.. -
885
[40250] Reference Serverfile + Client + Src [15 Available Languages]
You probably downloaded already compiled sources. That's why you can't find it. I'm pretty new in this as well so my apologize if am not right- 1
-
-
-
885
[40250] Reference Serverfile + Client + Src [15 Available Languages]
I try to add a mob target info system on it, but i can't find some files as: service.h, char.cpp,char.h, input_manager.cpp, item_manager, packet_info.cpp i should create new ones or the values are saved in another files? if so explain me please where i can find it. -
885
[40250] Reference Serverfile + Client + Src [15 Available Languages]
Thanks man for sharing this -
9
-
19
Compare Item ToolTIP System
I can take a look at may 2023 little patience...- 2
-
-
-
-
Recently Browsing
- No registered users viewing this page.
Question
Mr.Xhater 1
Link to comment
Share on other sites
Top Posters For This Question
1
1
Popular Days
Sep 7
2
Top Posters For This Question
Mr.Xhater 1 post
tmoitoi 1 post
Popular Days
Sep 7 2014
2 posts
Popular Posts
tmoitoi
Hi ! Could you go in the DBManager.cpp and go there: void CDBManager::SetLocale(const char * szLocale) The correct syntax is: void CDBManager::SetLocale(const char * szLocale) { sys_log(0, "SetLocale start %s",szLocale ); for (int n = 0; n < SQL_MAX_NUM; ++n) { //m_mainSQL[n]->SetLocale("latin1"); //m_directSQL[n]->SetLocale("latin1"); //m_asyncSQL[n]->SetLocale("latin1"); } sys_log(0, "End setlocale %s", szLocale); }
1 answer to this question
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now