- 0
-
Activity
-
2
-
1190
[40250] Reference Serverfile + Client + Src [15 Available Languages]
Your db syserr says it can't connect to mysql server on 127.0.0.1, while you say you're able to reach it from outside (from the internet). If you change 127.0.0.1 to your vps's public ip and metin2 & password to root and rootpassword in every config file and db/conf.txt then it would probably work. Should you do it? Just for testing, there's a reason metin2 uses a local user for the db (security). Also a local connection is probably faster I think. I'm not able to debug your FreeBSD's mysql server remotely. If It would be my vps, I would check first if "localhost" works instead of the 127.0.0.1, then check the [email protected] db user what is probably fine, then ask the hosting about are there any preinstalled firewall or port filter.- 1
-
-
55
Upgraded Reference (TMP4 Base) By Ulthar
After hours of searching for what was causing the first (quest scroll) problem, I couldn't figure it out, but I found a dirty workaround. Use it at your own risk In root/interfacemodule.py search: def __del__(self): systemSetting.DestroyInterfaceHandler() event.SetInterfaceWindow(None) And change it to: def __del__(self): systemSetting.DestroyInterfaceHandler() #event.SetInterfaceWindow(None) It doesn't solve the problem, just bypasses it! -
1190
[40250] Reference Serverfile + Client + Src [15 Available Languages]
If everyone use it and work,I think error is somewhere in my freebsd. Maybe I have somethink missing -
0
Looking for shop offline system
Hi devs! I'm looking for offline shop system, there is some free release which is know as bug free? or at least cannot be exploited? If you mind to share your knowlege with me thanks -
0
Any decent servers that resemble the old days? 2012-2016?
I can’t get on with any of the new servers. I miss the level 150+ servers with multiple different eq to grind for. Now it’s just lvl 120 1-2 sets to grind. Maybe something like the old United with 250 level but without the Pay2Win lol -
211
Render Target Remastered
[Hidden Content] Hi there. Has anyone ever encountered this error? The model disappears when the camera is moved. ---------------------------------------- For me the error was a high FOG_ LEVEL -
109
-
1
Visible in Granny but invisible in game
Bump? Thanks **Questions & Answers → 48 Hours Wops, warn well earned
-
-
Recently Browsing
- No registered users viewing this page.
Question
мσнαмє∂ 0
Hello guys ,
SYSERR: Apr 25 20:00:36 :: DirectQuery: AsyncSQL::DirectQuery : mysql_query error: Table 'account.player_index' doesn't exist
query: SELECT id, pid1, pid2, pid3, pid4 FROM player_index WHERE pid1=2826 OR pid2=2826 OR pid3=2826 OR pid4=2826 AND empire=3
SYSERR: Apr 25 19:59:50 :: ChildLoop: AsyncSQL: query failed: Table 'account.safebox' doesn't exist (query: SELECT size FROM safebox WHERE account_id = 14 errno: 1146)
SYSERR: Apr 25 19:59:52 :: ChildLoop: AsyncSQL: query failed: Table 'account.messenger_list' doesn't exist (query: SELECT account, companion FROM messenger_list WHERE account='Test1' errno: 1146)
SYSERR: Apr 25 02:06:14 :: RunState: LUA_ERROR: locale/italy/quest/questlib.lua:2680: attempt to call a nil value
SYSERR: Apr 25 02:06:14 :: WriteRunningStateToSyserr: LUA_ERROR: quest reload_itemshop.start click
anyone know how can me solve it .
Link to comment
Share on other sites
Top Posters For This Question
2
1
1
Popular Days
Apr 26
4
Top Posters For This Question
мσнαмє∂ 2 posts
metin2team 1 post
tierrilopes 1 post
Popular Days
Apr 26 2016
4 posts
Popular Posts
tierrilopes
If they dont exist at db: DB--> Player --> query DROP TABLE IF EXISTS `safebox`; CREATE TABLE `safebox` ( `account_id` int(20) unsigned NOT NULL DEFAULT '0', `size` tinyint(3
metin2team
Table 'account.player_index' doesn't exist Table 'account.safebox' doesn't exist Table 'account.messenger_list' doesn't exist you have to change account table in game cores CONFIG file
3 answers 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