Jump to content

[ Dead Download Link ] Vanilla Core 2.4.1 [ We Need You ]


Vanilla

Recommended Posts


SYSERR: May  9 19:24:01 :: pid_init: 
Start of pid: 1756

SYSERR: May  9 19:24:01 :: Start: TABLE_POSTFIX not configured use default

this syslog

SYSERR: May  9 19:24:01 :: pid_init: 
Start of pid: 1756

SYSERR: May  9 19:24:01 :: Start: TABLE_POSTFIX not configured use default
May  9 19:24:01 :: connecting to MySQL server (player)
May  9 19:24:01 :: CREATING DIRECT_SQL
May  9 19:24:01 :: AsyncSQL: locale latin1
May  9 19:24:01 :: CREATING MAIN_SQL
May  9 19:24:01 :: AsyncSQL: locale latin1
May  9 19:24:01 :: CREATING ASYNC_SQL
May  9 19:24:01 :: AsyncSQL: locale latin1
May  9 19:24:01 ::    OK
May  9 19:24:01 :: connecting to MySQL server (account)
May  9 19:24:01 :: CREATING DIRECT_SQL
May  9 19:24:01 :: AsyncSQL: locale latin1
May  9 19:24:01 :: CREATING MAIN_SQL
May  9 19:24:01 :: AsyncSQL: locale latin1
May  9 19:24:01 :: CREATING ASYNC_SQL
May  9 19:24:01 :: AsyncSQL: locale latin1
May  9 19:24:01 ::    OK
May  9 19:24:01 :: connecting to MySQL server (common)
May  9 19:24:01 :: CREATING DIRECT_SQL
May  9 19:24:01 :: AsyncSQL: locale latin1
May  9 19:24:01 :: CREATING MAIN_SQL
May  9 19:24:01 :: AsyncSQL: locale latin1
May  9 19:24:01 :: CREATING ASYNC_SQL
May  9 19:24:01 :: AsyncSQL: locale latin1
May  9 19:24:01 ::    OK
May  9 19:24:01 :: connecting to MySQL server (hotbackup)
May  9 19:24:01 :: CREATING DIRECT_SQL
May  9 19:24:01 :: AsyncSQL: locale latin1
May  9 19:24:01 :: CREATING MAIN_SQL
May  9 19:24:01 :: AsyncSQL: locale latin1
May  9 19:24:01 :: CREATING ASYNC_SQL
May  9 19:24:01 :: AsyncSQL: locale latin1
May  9 19:24:01 ::    OK
May  9 19:24:01 :: ClientManager initialization.. 
May  9 19:24:01 :: InitializeLocalization() - LoadLocaleTable(count:13)
May  9 19:24:01 :: locale[UNKNOWN_KEY(SKILL_POWER_BY_LEVEL_TYPE0)] = 0 5 6 8 10 12 14 16 18 20 22 24
May  9 19:24:01 :: locale[UNKNOWN_KEY(SKILL_POWER_BY_LEVEL_TYPE1)] = 0 5 6 8 10 12 14 16 18 20 22 24
May  9 19:24:01 :: locale[UNKNOWN_KEY(SKILL_POWER_BY_LEVEL_TYPE2)] = 0 5 6 8 10 12 14 16 18 20 22 24
May  9 19:24:01 :: locale[UNKNOWN_KEY(SKILL_POWER_BY_LEVEL_TYPE3)] = 0 5 6 8 10 12 14 16 18 20 22 24
May  9 19:24:01 :: locale[UNKNOWN_KEY(SKILL_POWER_BY_LEVEL_TYPE4)] = 0 5 6 8 10 12 14 16 18 20 22 24
May  9 19:24:01 :: locale[UNKNOWN_KEY(SKILL_POWER_BY_LEVEL_TYPE5)] = 0 5 6 8 10 12 14 16 18 20 22 24
May  9 19:24:01 :: locale[UNKNOWN_KEY(SKILL_POWER_BY_LEVEL_TYPE6)] = 0 5 6 8 10 12 14 16 18 20 22 24
May  9 19:24:01 :: locale[UNKNOWN_KEY(SKILL_POWER_BY_LEVEL_TYPE7)] = 0 5 6 8 10 12 14 16 18 20 22 24
May  9 19:24:01 :: locale[LOCALE] = germany
May  9 19:24:01 :: Changed g_stLocale latin1 to euckr
May  9 19:24:01 :: SetLocale start
May  9 19:24:01 :: 	--mysql_set_character_set(latin1)
May  9 19:24:01 :: 	--mysql_set_character_set(latin1)
May  9 19:24:01 :: 	--mysql_set_character_set(latin1)
May  9 19:24:01 :: 	--mysql_set_character_set(latin1)
May  9 19:24:01 :: 	--mysql_set_character_set(latin1)
May  9 19:24:01 :: 	--mysql_set_character_set(latin1)

db  says

 

Segmentation fault (core dumped) 

 

Link to comment
Share on other sites

Hello Vanilla

 

I have a small proplem with the view equip
I have it registered on the configs but ingame it's not what can be wrong?

 

my uitraget

self.buttonDict[localeInfo.TARGET_BUTTON_VIEW_EQUIPMENT].SetEvent(self.__OnViewEquipment)

and

def __OnViewEquipment(self):
		net.SendChatPacket("/view_equip " + str(self.vid))

.Kori

Link to comment
Share on other sites

lol i thought it was in seconds and i typed 1 xD okay thanks

 

Edit: i changed ATTR_CHANGE_LIMIT to both 0 and 1 but still i have to wait 1 minute for the bonuses.Please tell me guys if you have the same problem.

 

8JnIu.png

 

works fine for me

Edited by Metin2 Dev
Core X - External 2 Internal
Link to comment
Share on other sites

  • Active Member

game.mysql_query("SELECT coins from player.player WHERE id="..pc.get_player_id().." LIMIT 1;")[1][1] no works....Help plz.

 

There's no coins row in player.player, try account instead.

"SELECT coins from account.account WHERE id="..pc.get_account_id().." LIMIT 1"
Link to comment
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now

Announcements



×
×
  • Create New...

Important Information

Terms of Use / Privacy Policy / Guidelines / We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.