Jump to content

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


Vanilla

Recommended Posts

Vanilla, add this new Questfunction...

Need for Snow Dungeon Quest..

	int game_drop_item_and_select(lua_State* L)
	{
		//
		// Syntax: game.drop_item_and_select(Vnum, Count)
		//
		LPCHARACTER ch = CQuestManager::instance().GetCurrentCharacterPtr();

		DWORD item_vnum = (DWORD) lua_tonumber(L, 1);
		int count = (int) lua_tonumber(L, 2);
		long x = ch->GetX();
		long y = ch->GetY();

		LPITEM item = ITEM_MANAGER::instance().CreateItem(item_vnum, count);
		
		if (NULL != item)
			CQuestManager::Instance().SetCurrentItem(item);

		if (!item)
		{
			sys_err("cannot create item vnum %d count %d", item_vnum, count);
			return 0;
		}

		PIXEL_POSITION pos;
		pos.x = x + number(-200, 200);
		pos.y = y + number(-200, 200);

		item->AddToGround(ch->GetMapIndex(), pos);
		item->StartDestroyEvent();

		return 0;
	}


{ "drop_item_and_select",		game_drop_item_and_select		},

  • Love 2
Link to comment
Share on other sites

and the normal chat still not working ( with item and skill p/m1 ), just global and private works

 

btw global chat is nice :) want lose it for normal chat fix (@previously version it works)

BTW2 the anti exp function is soooo nice, just have 10 players online but they love it so much :)

and its clientside with mounts ? because if i use STRG + G it doesnt move from slot out

sry for bad english :D

GER: wenn ich runtersteige verschwindet das reittier siegel nicht ausm slot, ist das clientside ?

Link to comment
Share on other sites

Installed the fix, thanks to ricky92. I guess this should do it now.

I didn't change anything to the chat nor the anti exp function. Maybe it's some optimization that'd go berserk with that. I'll have a look at it.

 

You can solve the problem with CTRL+G clientside.

We are the tortured.
We're not your friends.
As long as we're not visible.
We are unfixable.

Link to comment
Share on other sites

hello vanilla i have one prob with login in i log in at character and after diisconected.. i log in succesfuly before install your core!

 

My Syserr :

SYSERR: Jun 15 05:21:57 :: pid_init:
Start of pid: 1295

SYSERR: Jun 15 05:21:57 :: Start: TABLE_POSTFIX not configured use default
SYSERR: Jun 15 05:21:58 :: Load:  DirectQuery failed(SELECT login FROM block_exception)
SYSERR: Jun 15 05:27:09 :: hupsig: SIGHUP, SIGINT, SIGTERM signal has been received. shutting down.
SYSERR: Jun 15 05:27:09 :: ChildLoop: AsyncSQL: query failed: Query execution was interrupted (query: UPDATE player SET job = 1, voice = 0, dir = 0, x = 959794, y = 270137, z = 0, map_index = 41, exit_x = 959794, exit_y = 270137, exit_map_index = 41, hp = 11646, mp = 3192, stamina = 1250, random_hp = 5396, random_sp = 2692, playtime = 10780, level = 125, level_step = 0, st = 90, ht = 90, dx = 90, iq = 15, gold = 935976238, exp = 0, stat_point = 0, skill_point = 135, sub_skill_point = 75, stat_reset_count = 0, ip = '91.184.221.247', part_main = 41132, part_hair = 5024, last_play = NOW(), skill_group = 1, alignment = 285399, horse_level = 22, horse_riding = 0, horse_hp = 27, horse_hp_droptime = 1402841562, horse_stamina = 125, horse_skill_point = 1, skill_level = '00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
SYSERR: Jun 15 05:27:09 :: ChildLoop: AsyncSQL: query failed: Can't connect to local MySQL server through socket '/tmp/mysql.sock' (2) (query: REPLACE INTO item (id, owner_id, window, pos, count, vnum, socket0, socket1, socket2) VALUES(110000391, 1, 1, 1, 4, 30270, 1402878467, 0, 0) errno: 2002)
SYSERR: Jun 15 05:27:09 :: ChildLoop: AsyncSQL: retrying
SYSERR: Jun 15 05:27:09 :: ChildLoop: AsyncSQL: query failed: Can't connect to local MySQL server through socket '/tmp/mysql.sock' (2) (query: REPLACE INTO item (id, owner_id, window, pos, count, vnum, socket0, socket1, socket2) VALUES(110000391, 1, 1, 1, 4, 30270, 1402878467, 0, 0) errno: 2002)
SYSERR: Jun 15 05:27:09 :: ChildLoop: AsyncSQL: retrying
SYSERR: Jun 15 05:27:09 :: ChildLoop: AsyncSQL: query failed: Can't connect to local MySQL server through socket '/tmp/mysql.sock' (2) (query: REPLACE INTO item (id, owner_id, window, pos, count, vnum, socket0, socket1, socket2) VALUES(110000391, 1, 1, 1, 4, 30270, 1402878467, 0, 0) errno: 2002)
SYSERR: Jun 15 05:27:09 :: ChildLoop: AsyncSQL: retrying
SYSERR: Jun 15 05:27:09 :: ChildLoop: AsyncSQL: query failed: Can't connect to local MySQL server through socket '/tmp/mysql.sock' (2) (query: REPLACE INTO item (id, owner_id, window, pos, count, vnum, socket0, socket1, socket2) VALUES(110000391, 1, 1, 1, 4, 30270, 1402878467, 0, 0) errno: 2002)
SYSERR: Jun 15 05:27:09 :: ChildLoop: AsyncSQL: retrying
SYSERR: Jun 15 05:27:09 :: ChildLoop: AsyncSQL: query failed: Can't connect to local MySQL server through socket '/tmp/mysql.sock' (2) (query: REPLACE INTO item (id, owner_id, window, pos, count, vnum, socket0, socket1, socket2) VALUES(110000391, 1, 1, 1, 4, 30270, 1402878467, 0, 0) errno: 2002)
SYSERR: Jun 15 05:27:09 :: ChildLoop: AsyncSQL: retrying
SYSERR: Jun 15 05:27:09 :: ChildLoop: AsyncSQL: query failed: Can't connect to local MySQL server through socket '/tmp/mysql.sock' (2) (query: REPLACE INTO item (id, owner_id, window, pos, count, vnum, socket0, socket1, socket2) VALUES(110000391, 1, 1, 1, 4, 30270, 1402878467, 0, 0) errno: 2002)
SYSERR: Jun 15 05:27:09 :: ChildLoop: AsyncSQL: retrying
SYSERR: Jun 15 05:27:09 :: ChildLoop: AsyncSQL: query failed: Can't connect to local MySQL server through socket '/tmp/mysql.sock' (2) (query: REPLACE INTO item (id, owner_id, window, pos, count, vnum, socket0, socket1, socket2) VALUES(110000391, 1, 1, 1, 4, 30270, 1402878467, 0, 0) errno: 2002)
SYSERR: Jun 15 05:27:09 :: ChildLoop: AsyncSQL: retrying
SYSERR: Jun 15 05:27:09 :: ChildLoop: AsyncSQL: query failed: Can't connect to local MySQL server through socket '/tmp/mysql.sock' (2) (query: REPLACE INTO item (id, owner_id, window, pos, count, vnum, socket0, socket1, socket2) VALUES(110000391, 1, 1, 1, 4, 30270, 1402878467, 0, 0) errno: 2002)
SYSERR: Jun 15 05:27:09 :: ChildLoop: AsyncSQL: retrying
SYSERR: Jun 15 05:27:09 :: pid_deinit:
End of pid

SYSERR: Jun 15 05:28:06 :: pid_init:
Start of pid: 1295

SYSERR: Jun 15 05:28:06 :: Start: TABLE_POSTFIX not configured use default
SYSERR: Jun 15 05:28:07 :: Load:  DirectQuery failed(SELECT login FROM block_exception)
SYSERR: Jun 15 05:36:42 :: hupsig: SIGHUP, SIGINT, SIGTERM signal has been received. shutting down.
SYSERR: Jun 15 05:36:42 :: pid_deinit:
End of pid

SYSERR: Jun 15 05:37:40 :: pid_init:
Start of pid: 1289

SYSERR: Jun 15 05:37:40 :: Start: TABLE_POSTFIX not configured use default
SYSERR: Jun 15 05:37:41 :: Load:  DirectQuery failed(SELECT login FROM block_exception)
SYSERR: Jun 15 14:43:14 :: hupsig: SIGHUP, SIGINT, SIGTERM signal has been received. shutting down.
SYSERR: Jun 15 14:43:14 :: ChildLoop: AsyncSQL: query failed: Query execution was interrupted (query: UPDATE player SET job = 6, voice = 0, dir = 0, x = 959724, y = 272077, z = 0, map_index = 41, exit_x = 959724, exit_y = 272077, exit_map_index = 41, hp = 5034, mp = 2484, stamina = 1410, random_hp = 4264, random_sp = 2184, playtime = 250, level = 105, level_step = 1, st = 5, ht = 3, dx = 3, iq = 5, gold = 2627370, exp = 0, stat_point = 268, skill_point = 19, sub_skill_point = 56, stat_reset_count = 0, ip = '91.184.221.247', part_main = 11609, part_hair = 0, last_play = NOW(), skill_group = 1, alignment = 1584, horse_level = 0, horse_riding = 0, horse_hp = 0, horse_hp_droptime = 0, horse_stamina = 0, horse_skill_point = 0, skill_level = '000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
SYSERR: Jun 15 14:43:14 :: ChildLoop: AsyncSQL::ChildLoop : mysql_query error: Can't connect to local MySQL server through socket '/tmp/mysql.sock' (2):
query: REPLACE INTO item (id, owner_id, window, pos, count, vnum, socket0, socket1, socket2) VALUES(10210904, 57758, 2, 7, 1, 72702, 0, 45, 2733)

i use 40k client+sf

 

Link to comment
Share on other sites

hello vanilla i have one prob with login in i log in at character and after diisconected.. i log in succesfuly before install your core!

 

My Syserr :

SYSERR: Jun 15 05:21:57 :: pid_init:

Start of pid: 1295

SYSERR: Jun 15 05:21:57 :: Start: TABLE_POSTFIX not configured use default

SYSERR: Jun 15 05:21:58 :: Load:  DirectQuery failed(SELECT login FROM block_exception)

SYSERR: Jun 15 05:27:09 :: hupsig: SIGHUP, SIGINT, SIGTERM signal has been received. shutting down.

SYSERR: Jun 15 05:27:09 :: ChildLoop: AsyncSQL: query failed: Query execution was interrupted (query: UPDATE player SET job = 1, voice = 0, dir = 0, x = 959794, y = 270137, z = 0, map_index = 41, exit_x = 959794, exit_y = 270137, exit_map_index = 41, hp = 11646, mp = 3192, stamina = 1250, random_hp = 5396, random_sp = 2692, playtime = 10780, level = 125, level_step = 0, st = 90, ht = 90, dx = 90, iq = 15, gold = 935976238, exp = 0, stat_point = 0, skill_point = 135, sub_skill_point = 75, stat_reset_count = 0, ip = '91.184.221.247', part_main = 41132, part_hair = 5024, last_play = NOW(), skill_group = 1, alignment = 285399, horse_level = 22, horse_riding = 0, horse_hp = 27, horse_hp_droptime = 1402841562, horse_stamina = 125, horse_skill_point = 1, skill_level = '00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000

SYSERR: Jun 15 05:27:09 :: ChildLoop: AsyncSQL: query failed: Can't connect to local MySQL server through socket '/tmp/mysql.sock' (2) (query: REPLACE INTO item (id, owner_id, window, pos, count, vnum, socket0, socket1, socket2) VALUES(110000391, 1, 1, 1, 4, 30270, 1402878467, 0, 0) errno: 2002)

SYSERR: Jun 15 05:27:09 :: ChildLoop: AsyncSQL: retrying

SYSERR: Jun 15 05:27:09 :: ChildLoop: AsyncSQL: query failed: Can't connect to local MySQL server through socket '/tmp/mysql.sock' (2) (query: REPLACE INTO item (id, owner_id, window, pos, count, vnum, socket0, socket1, socket2) VALUES(110000391, 1, 1, 1, 4, 30270, 1402878467, 0, 0) errno: 2002)

SYSERR: Jun 15 05:27:09 :: ChildLoop: AsyncSQL: retrying

SYSERR: Jun 15 05:27:09 :: ChildLoop: AsyncSQL: query failed: Can't connect to local MySQL server through socket '/tmp/mysql.sock' (2) (query: REPLACE INTO item (id, owner_id, window, pos, count, vnum, socket0, socket1, socket2) VALUES(110000391, 1, 1, 1, 4, 30270, 1402878467, 0, 0) errno: 2002)

SYSERR: Jun 15 05:27:09 :: ChildLoop: AsyncSQL: retrying

SYSERR: Jun 15 05:27:09 :: ChildLoop: AsyncSQL: query failed: Can't connect to local MySQL server through socket '/tmp/mysql.sock' (2) (query: REPLACE INTO item (id, owner_id, window, pos, count, vnum, socket0, socket1, socket2) VALUES(110000391, 1, 1, 1, 4, 30270, 1402878467, 0, 0) errno: 2002)

SYSERR: Jun 15 05:27:09 :: ChildLoop: AsyncSQL: retrying

SYSERR: Jun 15 05:27:09 :: ChildLoop: AsyncSQL: query failed: Can't connect to local MySQL server through socket '/tmp/mysql.sock' (2) (query: REPLACE INTO item (id, owner_id, window, pos, count, vnum, socket0, socket1, socket2) VALUES(110000391, 1, 1, 1, 4, 30270, 1402878467, 0, 0) errno: 2002)

SYSERR: Jun 15 05:27:09 :: ChildLoop: AsyncSQL: retrying

SYSERR: Jun 15 05:27:09 :: ChildLoop: AsyncSQL: query failed: Can't connect to local MySQL server through socket '/tmp/mysql.sock' (2) (query: REPLACE INTO item (id, owner_id, window, pos, count, vnum, socket0, socket1, socket2) VALUES(110000391, 1, 1, 1, 4, 30270, 1402878467, 0, 0) errno: 2002)

SYSERR: Jun 15 05:27:09 :: ChildLoop: AsyncSQL: retrying

SYSERR: Jun 15 05:27:09 :: ChildLoop: AsyncSQL: query failed: Can't connect to local MySQL server through socket '/tmp/mysql.sock' (2) (query: REPLACE INTO item (id, owner_id, window, pos, count, vnum, socket0, socket1, socket2) VALUES(110000391, 1, 1, 1, 4, 30270, 1402878467, 0, 0) errno: 2002)

SYSERR: Jun 15 05:27:09 :: ChildLoop: AsyncSQL: retrying

SYSERR: Jun 15 05:27:09 :: ChildLoop: AsyncSQL: query failed: Can't connect to local MySQL server through socket '/tmp/mysql.sock' (2) (query: REPLACE INTO item (id, owner_id, window, pos, count, vnum, socket0, socket1, socket2) VALUES(110000391, 1, 1, 1, 4, 30270, 1402878467, 0, 0) errno: 2002)

SYSERR: Jun 15 05:27:09 :: ChildLoop: AsyncSQL: retrying

SYSERR: Jun 15 05:27:09 :: pid_deinit:

End of pid

SYSERR: Jun 15 05:28:06 :: pid_init:

Start of pid: 1295

SYSERR: Jun 15 05:28:06 :: Start: TABLE_POSTFIX not configured use default

SYSERR: Jun 15 05:28:07 :: Load:  DirectQuery failed(SELECT login FROM block_exception)

SYSERR: Jun 15 05:36:42 :: hupsig: SIGHUP, SIGINT, SIGTERM signal has been received. shutting down.

SYSERR: Jun 15 05:36:42 :: pid_deinit:

End of pid

SYSERR: Jun 15 05:37:40 :: pid_init:

Start of pid: 1289

SYSERR: Jun 15 05:37:40 :: Start: TABLE_POSTFIX not configured use default

SYSERR: Jun 15 05:37:41 :: Load:  DirectQuery failed(SELECT login FROM block_exception)

SYSERR: Jun 15 14:43:14 :: hupsig: SIGHUP, SIGINT, SIGTERM signal has been received. shutting down.

SYSERR: Jun 15 14:43:14 :: ChildLoop: AsyncSQL: query failed: Query execution was interrupted (query: UPDATE player SET job = 6, voice = 0, dir = 0, x = 959724, y = 272077, z = 0, map_index = 41, exit_x = 959724, exit_y = 272077, exit_map_index = 41, hp = 5034, mp = 2484, stamina = 1410, random_hp = 4264, random_sp = 2184, playtime = 250, level = 105, level_step = 1, st = 5, ht = 3, dx = 3, iq = 5, gold = 2627370, exp = 0, stat_point = 268, skill_point = 19, sub_skill_point = 56, stat_reset_count = 0, ip = '91.184.221.247', part_main = 11609, part_hair = 0, last_play = NOW(), skill_group = 1, alignment = 1584, horse_level = 0, horse_riding = 0, horse_hp = 0, horse_hp_droptime = 0, horse_stamina = 0, horse_skill_point = 0, skill_level = '000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000

SYSERR: Jun 15 14:43:14 :: ChildLoop: AsyncSQL::ChildLoop : mysql_query error: Can't connect to local MySQL server through socket '/tmp/mysql.sock' (2):

query: REPLACE INTO item (id, owner_id, window, pos, count, vnum, socket0, socket1, socket2) VALUES(10210904, 57758, 2, 7, 1, 72702, 0, 45, 2733)

i use 40k client+sf

 

There is no problem like that on vanilla core

mysql_query error: Can't connect to local MySQL server through socket '/tmp/mysql.sock' (2):

I think there is a problem about your mysql

Link to comment
Share on other sites

 

hello vanilla i have one prob with login in i log in at character and after diisconected.. i log in succesfuly before install your core!

 

My Syserr :

SYSERR: Jun 15 05:21:57 :: pid_init:

Start of pid: 1295

SYSERR: Jun 15 05:21:57 :: Start: TABLE_POSTFIX not configured use default

SYSERR: Jun 15 05:21:58 :: Load:  DirectQuery failed(SELECT login FROM block_exception)

SYSERR: Jun 15 05:27:09 :: hupsig: SIGHUP, SIGINT, SIGTERM signal has been received. shutting down.

SYSERR: Jun 15 05:27:09 :: ChildLoop: AsyncSQL: query failed: Query execution was interrupted (query: UPDATE player SET job = 1, voice = 0, dir = 0, x = 959794, y = 270137, z = 0, map_index = 41, exit_x = 959794, exit_y = 270137, exit_map_index = 41, hp = 11646, mp = 3192, stamina = 1250, random_hp = 5396, random_sp = 2692, playtime = 10780, level = 125, level_step = 0, st = 90, ht = 90, dx = 90, iq = 15, gold = 935976238, exp = 0, stat_point = 0, skill_point = 135, sub_skill_point = 75, stat_reset_count = 0, ip = '91.184.221.247', part_main = 41132, part_hair = 5024, last_play = NOW(), skill_group = 1, alignment = 285399, horse_level = 22, horse_riding = 0, horse_hp = 27, horse_hp_droptime = 1402841562, horse_stamina = 125, horse_skill_point = 1, skill_level = '00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000

SYSERR: Jun 15 05:27:09 :: ChildLoop: AsyncSQL: query failed: Can't connect to local MySQL server through socket '/tmp/mysql.sock' (2) (query: REPLACE INTO item (id, owner_id, window, pos, count, vnum, socket0, socket1, socket2) VALUES(110000391, 1, 1, 1, 4, 30270, 1402878467, 0, 0) errno: 2002)

SYSERR: Jun 15 05:27:09 :: ChildLoop: AsyncSQL: retrying

SYSERR: Jun 15 05:27:09 :: ChildLoop: AsyncSQL: query failed: Can't connect to local MySQL server through socket '/tmp/mysql.sock' (2) (query: REPLACE INTO item (id, owner_id, window, pos, count, vnum, socket0, socket1, socket2) VALUES(110000391, 1, 1, 1, 4, 30270, 1402878467, 0, 0) errno: 2002)

SYSERR: Jun 15 05:27:09 :: ChildLoop: AsyncSQL: retrying

SYSERR: Jun 15 05:27:09 :: ChildLoop: AsyncSQL: query failed: Can't connect to local MySQL server through socket '/tmp/mysql.sock' (2) (query: REPLACE INTO item (id, owner_id, window, pos, count, vnum, socket0, socket1, socket2) VALUES(110000391, 1, 1, 1, 4, 30270, 1402878467, 0, 0) errno: 2002)

SYSERR: Jun 15 05:27:09 :: ChildLoop: AsyncSQL: retrying

SYSERR: Jun 15 05:27:09 :: ChildLoop: AsyncSQL: query failed: Can't connect to local MySQL server through socket '/tmp/mysql.sock' (2) (query: REPLACE INTO item (id, owner_id, window, pos, count, vnum, socket0, socket1, socket2) VALUES(110000391, 1, 1, 1, 4, 30270, 1402878467, 0, 0) errno: 2002)

SYSERR: Jun 15 05:27:09 :: ChildLoop: AsyncSQL: retrying

SYSERR: Jun 15 05:27:09 :: ChildLoop: AsyncSQL: query failed: Can't connect to local MySQL server through socket '/tmp/mysql.sock' (2) (query: REPLACE INTO item (id, owner_id, window, pos, count, vnum, socket0, socket1, socket2) VALUES(110000391, 1, 1, 1, 4, 30270, 1402878467, 0, 0) errno: 2002)

SYSERR: Jun 15 05:27:09 :: ChildLoop: AsyncSQL: retrying

SYSERR: Jun 15 05:27:09 :: ChildLoop: AsyncSQL: query failed: Can't connect to local MySQL server through socket '/tmp/mysql.sock' (2) (query: REPLACE INTO item (id, owner_id, window, pos, count, vnum, socket0, socket1, socket2) VALUES(110000391, 1, 1, 1, 4, 30270, 1402878467, 0, 0) errno: 2002)

SYSERR: Jun 15 05:27:09 :: ChildLoop: AsyncSQL: retrying

SYSERR: Jun 15 05:27:09 :: ChildLoop: AsyncSQL: query failed: Can't connect to local MySQL server through socket '/tmp/mysql.sock' (2) (query: REPLACE INTO item (id, owner_id, window, pos, count, vnum, socket0, socket1, socket2) VALUES(110000391, 1, 1, 1, 4, 30270, 1402878467, 0, 0) errno: 2002)

SYSERR: Jun 15 05:27:09 :: ChildLoop: AsyncSQL: retrying

SYSERR: Jun 15 05:27:09 :: ChildLoop: AsyncSQL: query failed: Can't connect to local MySQL server through socket '/tmp/mysql.sock' (2) (query: REPLACE INTO item (id, owner_id, window, pos, count, vnum, socket0, socket1, socket2) VALUES(110000391, 1, 1, 1, 4, 30270, 1402878467, 0, 0) errno: 2002)

SYSERR: Jun 15 05:27:09 :: ChildLoop: AsyncSQL: retrying

SYSERR: Jun 15 05:27:09 :: pid_deinit:

End of pid

SYSERR: Jun 15 05:28:06 :: pid_init:

Start of pid: 1295

SYSERR: Jun 15 05:28:06 :: Start: TABLE_POSTFIX not configured use default

SYSERR: Jun 15 05:28:07 :: Load:  DirectQuery failed(SELECT login FROM block_exception)

SYSERR: Jun 15 05:36:42 :: hupsig: SIGHUP, SIGINT, SIGTERM signal has been received. shutting down.

SYSERR: Jun 15 05:36:42 :: pid_deinit:

End of pid

SYSERR: Jun 15 05:37:40 :: pid_init:

Start of pid: 1289

SYSERR: Jun 15 05:37:40 :: Start: TABLE_POSTFIX not configured use default

SYSERR: Jun 15 05:37:41 :: Load:  DirectQuery failed(SELECT login FROM block_exception)

SYSERR: Jun 15 14:43:14 :: hupsig: SIGHUP, SIGINT, SIGTERM signal has been received. shutting down.

SYSERR: Jun 15 14:43:14 :: ChildLoop: AsyncSQL: query failed: Query execution was interrupted (query: UPDATE player SET job = 6, voice = 0, dir = 0, x = 959724, y = 272077, z = 0, map_index = 41, exit_x = 959724, exit_y = 272077, exit_map_index = 41, hp = 5034, mp = 2484, stamina = 1410, random_hp = 4264, random_sp = 2184, playtime = 250, level = 105, level_step = 1, st = 5, ht = 3, dx = 3, iq = 5, gold = 2627370, exp = 0, stat_point = 268, skill_point = 19, sub_skill_point = 56, stat_reset_count = 0, ip = '91.184.221.247', part_main = 11609, part_hair = 0, last_play = NOW(), skill_group = 1, alignment = 1584, horse_level = 0, horse_riding = 0, horse_hp = 0, horse_hp_droptime = 0, horse_stamina = 0, horse_skill_point = 0, skill_level = '000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000

SYSERR: Jun 15 14:43:14 :: ChildLoop: AsyncSQL::ChildLoop : mysql_query error: Can't connect to local MySQL server through socket '/tmp/mysql.sock' (2):

query: REPLACE INTO item (id, owner_id, window, pos, count, vnum, socket0, socket1, socket2) VALUES(10210904, 57758, 2, 7, 1, 72702, 0, 45, 2733)

i use 40k client+sf

 

There is no problem like that on vanilla core

mysql_query error: Can't connect to local MySQL server through socket '/tmp/mysql.sock' (2):

I think there is a problem about your mysql

 

 

Hmm you know how to fix this?

 

Link to comment
Share on other sites

Hey Vanilla, at the first I want to say thanks for your wounderfull work.
 
However the function belt_all_allow_items: 1
doesnt works for me, if i put an item like sword +9 in the belt, their stay in the chat "Du kann nur Getränke in deinem Gürtel tragen" --> You can only wear/take drinks in your belt.
 
PS; you have make a mistake in the CONFIG list
 
c716ebd05a2b767657f40546e84db3eb.jpg
They have to stay MAX_ADDON_DSS :'D
 
Edited by Metin2 Dev
Core X - External 2 Internal
  • Love 1
Link to comment
Share on other sites

Guys, calm down.

 

I'm gonna release a new hotfixed version (with invisibility bug etc. fixed), debugging is back and some optimizations are gone because they made some problems.

Still pending test.

 

And please, as I said before. Think before you're reporting a bug. Many of the things you state here are only made by misconfiguring your server and not the vanillacore itself.

  • Love 4

We are the tortured.
We're not your friends.
As long as we're not visible.
We are unfixable.

Link to comment
Share on other sites

Guys, calm down.

 

I'm gonna release a new hotfixed version (with invisibility bug etc. fixed), debugging is back and some optimizations are gone because they made some problems.

Still pending test.

 

And please, as I said before. Think before you're reporting a bug. Many of the things you state here are only made by misconfiguring your server and not the vanillacore itself.

 

Thanks for your hard work, i have one question about the sas key for auto login item shop. In default gamefile the key is GF9001 but you have change it, can you provide us the new key ?

Link to comment
Share on other sites

Guys, calm down.

 

I'm gonna release a new hotfixed version (with invisibility bug etc. fixed), debugging is back and some optimizations are gone because they made some problems.

Still pending test.

 

And please, as I said before. Think before you're reporting a bug. Many of the things you state here are only made by misconfiguring your server and not the vanillacore itself.

Can you check assassins or skipia dungeon?

Where ninjas attack with dagger they log out to login screen, if the use bow is ok.

 

Thanks in advance :)

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.