[Tut]how to fix pcmaple nana dc problem

Skilled Illusionist
Joined
Jul 11, 2008
Messages
322
Reaction score
1
Alright; Currently I have no problem; When I click Nana(K) I don't DC; How ever; if you click on Nana(K) And disconnect; There are 2 probable causes;

1: You have 2 Shops with Nana as the seller;
2: You executed two SQL files with Nana(K) As the seller NPC;

Not sure;

But here is a little way to fix it;

Goto your Navicat/MySQL Query Browser; Goto your shops table; Hit search (Or CTRL+F), Then type in 9201023 (Nana(K)'s NPC ID);

If any results turn up; Delete the row; And it may fix your Nana(K) From disconnecting you;

credits to xxcandycxx for rewritiing

for those whose character are stucked in character page, run this query :

for those whose id already login, run this :
Update accounts
SET loggedin = 0

for those whose items and skills disappeared, run this :
DELETE FROM `inventoryitems` WHERE `itemid` >= 1812000 AND `itemid` <= 1812010
and
DELETE FROM `inventoryitems` WHERE `itemid` >= 1802000 AND `itemid` <= 1802050
 
Last edited:
Re: [guide]how to fix pcmaple nana dc problem

Erm; Helpful? For some people? It could be written with better grammar and spelling though.
 
Re: [guide]how to fix pcmaple nana dc problem

grammar and spelling ? lol i dun like that. i just wan to make it short and sweet. xD and some idiots in pc maple thread complainting that they are dcing from nana (k) hope it can helps them
 
Re: [guide]how to fix pcmaple nana dc problem

grammar and spelling ? lol i dun like that. i just wan to make it short and sweet. xD and some idiots in pc maple thread complainting that they are dcing from nana (k) hope it can helps them

I care! :(; Lemme re-write it for you; ROFL.

:]
 
Re: [guide]how to fix pcmaple nana dc problem

i know i cant make a new thread to ask this so ima ask here....
im using PC maple 2.2 but i found some bugs, maybe old bugs of PC maple but ima ask anyways if someone know how to fix it
1.- gobies doesnt appear
2.- summonin skills makes dc people
3.- sometimes users get stucked and the script for "already logged in" dont work, so i have to restart server..

someone can help?
 
Re: [guide]how to fix pcmaple nana dc problem

for question 2:summoning skills that dc ppl are not a repack problem. its ur client problem.get a non dc- client and it will fixed the dc problems.
for question 3 : if ur char get stucked in char page , run this query as it was already included in all versions of pcmaple repack.
DELETE FROM `inventoryitems` WHERE `itemid` >= 5000000 AND `itemid` <= 5000045
for id already login , run this: Update accounts
SET loggedin = 0
 
Back