M2Server Error: Need Help with Fixes Mir2 

Newbie Spellweaver
Joined
Feb 20, 2007
Messages
9
Reaction score
0
I decided i'd post here as i've been harasing thedeath for a few days now and i'm sure he doesn't apprieciate it so maybe some of you can help....

[12/04/2007 12:36:54] Q1403 SendRefMsg nil PEnvir
[12/04/2007 12:36:54] Q1403 SendRefMsg nil PEnvir
[12/04/2007 12:36:54] SearchViewRange nil PEnvir
[12/04/2007 12:36:54] SearchViewRange nil PEnvir
[12/04/2007 12:36:54] QManage SendRefMsg nil PEnvir

I get those errors everytime i load up the M2.

Whilst trying to fix this problems i have:
Completly uninstalled the files and redownloaded them files twice
Converted the databases in 3 different ways, everytime adding the new feilds from updates.doc
Removed ghouls from MapQuest.txt
Searched here and LOMCN for awnsers and tried all the "solutions" that were posted.

I am usually quite handy when it come to setting up and running server files and i don't think of myself as a person who is stumped easily when it comes to computers, but this has got me... lol

Any help much apprieciated. Thanks in advance.

-Dookie
 
Have you updated the Merchant database with the new fields?
 
Have you updated the Merchant database with the new fields?

Yep, done it all three times i've remade the database.

FLD_SHOWX, data type: int, lenght: 4, allow nul:false, default value:0
FLD_SHOWY, data type: int, length: 4, allow nul: false, default value:0
FLD_SHOWFLAG, data type: int, length: 4, allow nul:false, default value:0
 
Code:
[@main]
#IF
check [405] 1
#ACT
break
#IF
check [404] 1
#ACT
goto @next
break
#IF
random 5
check [403] 1
#ACT
SET [404] 1
give JadeCrystal 1
#SAY
Hmmm.... This is the JadeCrystal \
REv.taoist Perry was talking about.\
(With this JadeCrystal I can get in the room on\
which a taoistic defensive power was set up.)\

[@next]
#IF
random 20
#SAY
Where is the room on which the \
taoistic defense power was set up?\ \

It dosn't just do it for that script either:

[12/04/2007 16:21:04] Q1406 SendRefMsg nil PEnvir
[12/04/2007 16:21:04] SearchViewRange nil PEnvir
[12/04/2007 16:21:04] SearchViewRange nil PEnvir
[12/04/2007 16:21:04] SearchViewRange nil PEnvir
[12/04/2007 16:21:04] SearchViewRange nil PEnvir
[12/04/2007 16:21:04] Q14132 SendRefMsg nil PEnvir

[12/04/2007 16:21:07] Q1406 SendRefMsg nil PEnvir
[12/04/2007 16:21:07] SearchViewRange nil PEnvir
[12/04/2007 16:21:07] SearchViewRange nil PEnvir
[12/04/2007 16:21:07] RobotManage SendRefMsg nil PEnvir
[12/04/2007 16:21:08] Q1411 SendRefMsg nil PEnvir

[12/04/2007 16:21:12] Q1412 SendRefMsg nil PEnvir
[12/04/2007 16:21:12] SearchViewRange nil PEnvir
[12/04/2007 16:21:12] Q1401 SendRefMsg nil PEnvir
[12/04/2007 16:21:12] Q1407 SendRefMsg nil PEnvir
[12/04/2007 16:21:12] QFunction SendRefMsg nil PEnvir

It just seems to be somthing to do with the MapQuest_def folder.

-Dookie

EDIT: Actually not just MapQuest_def folder as the RobotManage seems to be playing up too.
 
firstly check your RobotManage.txt file for any anomalies

secondly, if you delete the information in MapQuest.txt does your server load? mine looks identical to yours but I dont get the error
 
i still think the soab just didnt update his ms sql db wth the 'new' npc fields

These?

FLD_SHOWX, data type: int, lenght: 4, allow nul:false, default value:0
FLD_SHOWY, data type: int, length: 4, allow nul: false, default value:0

FLD_SHOWFLAG, data type: int, length: 4, allow nul:false, default value:0

Because i have. If it's not those which is it?

-Dookie
 
Back