ThreadTracker + Attempt on NPC Disappearing fix
Engineered the ThreadTracker: server-embedded deadlock auditing tool, which will print error messages in case of found deadlocks (also showing all in-use locks on the time of the issue). Changed the player's id on DB now starting from 20mil, thus preventing players from overwriting NPC/mobs with same oid in-game. Requires proper testing to see if the issue has been cleared.
This commit is contained in:
@@ -18793,7 +18793,6 @@ USE `maplesolaxia`;
|
||||
(3400004,4000542,1,1,0,400000),
|
||||
(3400005,4032508,1,1,2273,999999),
|
||||
(3400006,4000543,1,1,0,400000),
|
||||
(3400007,4032508,1,1,2273,999999),
|
||||
(3400008,4000544,1,1,0,400000),
|
||||
(4300001,1302009,1,1,0,700),
|
||||
(4300001,1312007,1,1,0,700),
|
||||
@@ -18939,7 +18938,7 @@ USE `maplesolaxia`;
|
||||
(4300006,4000525,1,1,0,600000),
|
||||
(4300006,4004000,1,1,0,10000),
|
||||
(4300006,4020008,1,1,0,9000),
|
||||
(4300006,4032506,1,1,2277,999999),
|
||||
(4300006,4032506,1,1,2277,80000),
|
||||
(4300007,1302009,1,1,0,700),
|
||||
(4300007,1312007,1,1,0,700),
|
||||
(4300007,1322016,1,1,0,700),
|
||||
@@ -18976,7 +18975,7 @@ USE `maplesolaxia`;
|
||||
(4300007,4000526,1,1,0,600000),
|
||||
(4300007,4004000,1,1,0,10000),
|
||||
(4300007,4020008,1,1,0,9000),
|
||||
(4300007,4032506,1,1,2277,999999),
|
||||
(4300007,4032506,1,1,2277,80000),
|
||||
(4300008,1302009,1,1,0,700),
|
||||
(4300008,1312007,1,1,0,700),
|
||||
(4300008,1322016,1,1,0,700),
|
||||
@@ -19013,7 +19012,7 @@ USE `maplesolaxia`;
|
||||
(4300008,4000527,1,1,0,400000),
|
||||
(4300008,4004000,1,1,0,10000),
|
||||
(4300008,4020008,1,1,0,9000),
|
||||
(4300008,4032506,1,1,2277,999999),
|
||||
(4300008,4032506,1,1,2277,80000),
|
||||
(4300009,1302009,1,1,0,700),
|
||||
(4300009,1312007,1,1,0,700),
|
||||
(4300009,1322016,1,1,0,700),
|
||||
@@ -19207,7 +19206,6 @@ USE `maplesolaxia`;
|
||||
(3400004,0,60,80,0,400000),
|
||||
(3400005,0,80,85,0,400000),
|
||||
(3400006,0,80,90,0,400000),
|
||||
(3400007,0,90,100,0,400000),
|
||||
(3400008,0,100,110,0,400000),
|
||||
(4300001,0,100,120,0,400000),
|
||||
(4300003,0,100,120,0,400000),
|
||||
@@ -19792,7 +19790,28 @@ USE `maplesolaxia`;
|
||||
(2230111, 4032147, 1, 1, 20723, 40000),
|
||||
(9300378, 4001272, 1, 1, 0, 400000),
|
||||
(9300378, 4032324, 1, 1, 21736, 40000),
|
||||
(9300344, 4032322, 1, 1, 21731, 999999);
|
||||
(9300344, 4032322, 1, 1, 21731, 999999),
|
||||
(3400008, 1302008, 1, 1, 0, 8500),
|
||||
(3400008, 1412004, 1, 1, 0, 8500),
|
||||
(3400008, 1422007, 1, 1, 0, 8500),
|
||||
(3400008, 1442009, 1, 1, 0, 8500),
|
||||
(3400008, 1332010, 1, 1, 0, 8500),
|
||||
(3400008, 1372001, 1, 1, 0, 8500),
|
||||
(3400008, 1382002, 1, 1, 0, 8500),
|
||||
(3400008, 1002013, 1, 1, 0, 8500),
|
||||
(3400008, 1002152, 1, 1, 0, 8500),
|
||||
(3400008, 1061047, 1, 1, 0, 8500),
|
||||
(3400008, 1072090, 1, 1, 0, 8500),
|
||||
(3400008, 1002137, 1, 1, 0, 8500),
|
||||
(3400008, 1040023, 1, 1, 0, 8500),
|
||||
(3400008, 1040072, 1, 1, 0, 8500),
|
||||
(3400008, 1060062, 1, 1, 0, 8500),
|
||||
(3400008, 1082049, 1, 1, 0, 8500),
|
||||
(3400008, 1082072, 1, 1, 0, 8500),
|
||||
(3400008, 1072081, 1, 1, 0, 8500),
|
||||
(3400008, 1332031, 1, 1, 0, 8500),
|
||||
(3400008, 1482003, 1, 1, 0, 8500),
|
||||
(3400008, 4032508, 1, 1, 2273, 80000);
|
||||
|
||||
# (dropperid, itemid, minqty, maxqty, questid, chance)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user