Register for your free account! | Forgot your password?

Go Back   elitepvpers > MMORPGs > Eudemons Online > EO PServer Hosting
You last visited: Today at 14:03

  • Please register to post and access all features, it's quick, easy and FREE!

Advertisement



problem with msgserver and npc

Discussion on problem with msgserver and npc within the EO PServer Hosting forum part of the Eudemons Online category.

Reply
 
Old   #1
 
zspider's Avatar
 
elite*gold: 0
Join Date: Sep 2009
Posts: 416
Received Thanks: 131
Unhappy problem with msgserver and npc

i just restart my pc and every thing is fine when i try to run msgsever i found it give me error and closed and the same thing happen with npc idk where the wrong can any one help this is what msgserver doing any one tell me how to fix them plz

and this is npc
zspider is offline  
Old 02/03/2010, 02:49   #2
 
PraDevil[ELITE]'s Avatar
 
elite*gold: 0
Join Date: Nov 2009
Posts: 1,486
Received Thanks: 913
try to restart your wamp
PraDevil[ELITE] is offline  
Thanks
1 User
Old 02/03/2010, 03:17   #3
 
zspider's Avatar
 
elite*gold: 0
Join Date: Sep 2009
Posts: 416
Received Thanks: 131
Quote:
Originally Posted by PraDevil View Post
try to restart your wamp
the same problem just close
zspider is offline  
Old 02/03/2010, 04:31   #4
 
PraDevil[ELITE]'s Avatar
 
elite*gold: 0
Join Date: Nov 2009
Posts: 1,486
Received Thanks: 913
MSG server is checking a map and NPC is checking your cq_generator and cq_monstertype..so im guess this prob come coz u are adding new map..?
PraDevil[ELITE] is offline  
Thanks
1 User
Old 02/03/2010, 04:46   #5
 
zspider's Avatar
 
elite*gold: 0
Join Date: Sep 2009
Posts: 416
Received Thanks: 131
Quote:
Originally Posted by PraDevil View Post
MSG server is checking a map and NPC is checking your cq_generator and cq_monstertype..so im guess this prob come coz u are adding new map..?
no i just try to make this teleporter and restert my pc and found it like that
zspider is offline  
Old 02/03/2010, 08:15   #6
 
PraDevil[ELITE]'s Avatar
 
elite*gold: 0
Join Date: Nov 2009
Posts: 1,486
Received Thanks: 913
firstly open the game server folder and you will the the ini folder..open it then find this file GameMap.ini open it then Ctrl+F search for this word [map8006] delete the whole of this id..for the database..run this query..

Code:
delete from cq_map where id = 8006;
delete from cq_npc where mapid = 8006;
*[Edit]

run this too..
Code:
delete from cq_generator where mapid = 8006;
PraDevil[ELITE] is offline  
Thanks
1 User
Old 02/03/2010, 14:56   #7
 
chathouse's Avatar
 
elite*gold: 0
Join Date: Dec 2009
Posts: 220
Received Thanks: 59
You have what has been described PraDevil an error in the GameServer/ini/Gamemap.ini

It is installed a map in the Gamemap.ini what in the database does not exist

Since such an error occurs

Say you have: Market @ Gamemap.ini but not in the database cq_map,cq_npc(NPCS),cq_generator <--I probably understand that .. that the field generated.

then the msg server does not work, ... because he does not find this map in the database.

PS: map 8006 is not in database, But in the Gamemap.ini. then you need to search and remove it or Insert files for ID 8006 in database if they are present

MAP id 8006 = labyrinth 6

search @ Database cq_map ID: 8001 - 8015 whether there are if not controlled the Gamemap.ini and remove them accordingly.
chathouse is offline  
Thanks
1 User
Old 02/03/2010, 15:03   #8

 
magewarior2's Avatar
 
elite*gold: 20
Join Date: Mar 2008
Posts: 1,528
Received Thanks: 778
i Know this serverfile's they wont work .. its for conquer
magewarior2 is offline  
Old 02/03/2010, 23:05   #9
 
PraDevil[ELITE]'s Avatar
 
elite*gold: 0
Join Date: Nov 2009
Posts: 1,486
Received Thanks: 913
Quote:
Originally Posted by chathouse View Post
You have what has been described PraDevil an error in the GameServer/ini/Gamemap.ini

It is installed a map in the Gamemap.ini what in the database does not exist

Since such an error occurs

Say you have: Market @ Gamemap.ini but not in the database cq_map,cq_npc(NPCS),cq_generator <--I probably understand that .. that the field generated.

then the msg server does not work, ... because he does not find this map in the database.

PS: map 8006 is not in database, But in the Gamemap.ini. then you need to search and remove it or Insert files for ID 8006 in database if they are present

MAP id 8006 = labyrinth 6

search @ Database cq_map ID: 8001 - 8015 whether there are if not controlled the Gamemap.ini and remove them accordingly.



did you see this..? its mean the map cannot be load coz cq_generator want the id of the monster in cq_monster..
PraDevil[ELITE] is offline  
Old 02/03/2010, 23:10   #10
 
zspider's Avatar
 
elite*gold: 0
Join Date: Sep 2009
Posts: 416
Received Thanks: 131
thanks brothers i delete cq_npc, cq_npc_income, cq_generator and Gamemap.ini and put new one and the problem now fixed thanks all
zspider is offline  
Old 02/04/2010, 05:54   #11

 
PowerChaos's Avatar
 
elite*gold: 90
Join Date: Feb 2008
Posts: 1,112
Received Thanks: 640
eum
if i read your post

you just deleted everything then ??

npc for npc's (your shops ?? and locations of npc's ??)
npc income for the money they need to ask ?
cq generator for the mobs it need to generate and the place of it

so ?? whats the use of your npc server then ?? running to not generate anything ?

you say you replaced them from a other database ? what database if i can ask
because those servers files are in the godship database ^^

Thank you
Greets From PowerChaos
PowerChaos is offline  
Old 02/05/2010, 05:24   #12
 
zspider's Avatar
 
elite*gold: 0
Join Date: Sep 2009
Posts: 416
Received Thanks: 131
Quote:
Originally Posted by The Crasher View Post
eum
if i read your post

you just deleted everything then ??

npc for npc's (your shops ?? and locations of npc's ??)
npc income for the money they need to ask ?
cq generator for the mobs it need to generate and the place of it

so ?? whats the use of your npc server then ?? running to not generate anything ?

you say you replaced them from a other database ? what database if i can ask
because those servers files are in the godship database ^^

Thank you
Greets From PowerChaos
no it isn't from another DB i replaced them from the RAR file of my DB i mean the orginal file and in this data i have godship room coz it is need new msgserver like forcer said and the data get it from here it's something like files and flying mounts and i change some thing on it
zspider is offline  
Reply


Similar Threads Similar Threads
AccServer and MsgServer problem
06/03/2010 - EO PServer Hosting - 4 Replies
Hello everybody Today i tried running again an eudemons server on my PC which i did not do since long time atleast not since i switched from XP to Win7 and now i meet this problem see below screenshots http://i45.tinypic.com/2im8kud.jpg http://i50.tinypic.com/dyodo0.jpg AccServer crashs directly when i run it and Msgserver gives me error massage in my face when i run it also up directly.
msgserver problem
09/29/2009 - EO PServer Hosting - 8 Replies
I finally got the accserver working right but whn i run the accserver this comes up, 17:13:30¡¾0¡¢Init Database thread...¡¿ 17:13:30¡¾1¡¢Init world thread...¡¿ 17:13:30¡¾2¡¢Init map group thread...¡¿ 17:16:06¡¾Kernel logic closing...¡¿ and then it kinda closes out idk why could som1 help me plz, thx i have navicat and mysql running too.
[Question] NpcServer And MsgServer Problem
05/04/2009 - CO2 Private Server - 13 Replies
Hi Im posting this thread because i checked everywhere inside and outside elitepvpers and didnt find a conclusion. I tried to change username and password in the config and shell.ini and it didnt work either. the image shows the problem... http://img228.imageshack.us/img228/7279/50384120. th.jpg Thx
[HELP] MSGserver problem
11/18/2008 - EO PServer Hosting - 3 Replies
when i load msgserver, it loads and then just shutdown, no errror or anything.. any1 know wat it might be?
MSGServer Problem
09/18/2008 - EO PServer Hosting - 4 Replies
Lol, at testing the P:UDB Server i got an MSG Server problem... Max Players can play on the server: 0 Wtf? lol, not a server problem, a MSGServer Problem... Screenshot: http://i401.photobucket.com/albums/pp91/N3TL0G/wt f.jpg anyhelp? lol



All times are GMT +1. The time now is 14:03.


Powered by vBulletin®
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
SEO by vBSEO ©2011, Crawlability, Inc.
This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

Support | Contact Us | FAQ | Advertising | Privacy Policy | Terms of Service | Abuse
Copyright ©2025 elitepvpers All Rights Reserved.