View Single Post
  #3  
Old 12-07-2004, 06:11 PM
skyburnn
Fire Beetle
 
Join Date: Dec 2004
Location: Texas
Posts: 4
Default Thanx

Ok, I installed the kunark full and that worked good.

I have the nmake.exe file in the c:\perl\bin directory

-It still doesnt recognize it...apparently. I am still getting the error:


Code:
[Status] CURRENT_ZONE_VERSION: EQEMu 0.6.0-DR2
[Status] Loading Variables
[Status] Loading zone names
[Status] Loading items
[Status] EMuShareMem loaded
[Status] Loading npcs
[Status] Loading npc faction lists
[Status] Loading loot tables
[Status] Loading doors
[Status] Loading Doors from database...
Error in DBLoadDoors query 'SELECT id,doorid,zone,name,pos_x,pos_y,pos_z,heading
,opentype,guild,lockpick,keyitem,triggerdoor,triggertype,dest_zone,dest_x,dest_y
,dest_z,dest_heading,door_param,invert_state,incline,size from doors' #1054: Unk
nown column 'door_param' in 'field list'
If you get an error about door_param and size, run the following queries:
ALTER TABLE `doors` CHANGE `liftheight` `door_param` INT(4)  DEFAULT "0" NOT NUL
L;
ALTER TABLE `doors` ADD `size` SMALLINT(5)  UNSIGNED DEFAULT "100" NOT NULL;
Error: EMuShareMem: DLLLoadDoors: !cbDBLoadDoors
[Status] FileLoadSPDat() Loading spells from ./spells_us.txt
[Status] FileLoadSPDat() spells loaded: 6299
[Status] Loading guilds
[Status] Loading factions
[Status] Loading AA effects
[Status] Loading swarm spells
[Status] Loading tributes
[Status] Loading corpse timers
[Status] Loading what ever is left
[Status] Loading commands
[Status] 176 commands loaded
[Status] Loading embedded perl XS
[Status] Error initializing perlembed: failed to install plugin printhook, do yo
u lack IO::Scalar?
[Status] Fatal error initializing perl: failed to install plugin printhook, do y
ou lack IO::Scalar?
But when I check to see if the IO::Scaler is installed it says it is.

--------------------

another problem - I am able to log into the server screen, but it doesnt show any servers for me. I'm thinking it might be that my loginserver.ini file might be a little off, but im a dork so I don't know.

Code:
Code:
### --- This file tells world.exe what loginserver to connect to. 
### --- Leave the account and password field BLANK. 

### --- Public Login is un-supported as is LAN playing. We reccomend using the EQEmu.net Loginserver ALWAYS. 
### --- NOTE: the word "Server" is added to each server automaticly. 

# READ README.TXT 

[LoginServer] 
loginserver=localhost 
loginport=5999
worldname=nic
worldaddress=localhost 
locked=false 
account= 
password= 


[WorldServer] 
Defaultstatus=0 
Unavailzone= 

[ChatChannelServer] 
worldshortname= 
chataddress= 
chatport= 

[LoginConfig] 
ServerMode=standalone 
ServerPort=5999
And when I open world.exe, I get this msg about the loginserver.ini
Code:
[Status] CURRENT_WORLD_VERSION:EQEMu 0.6.0-DR2
[Status] Loading variables..
[Status] Loading zones..
[Status] Clearing groups..
[Status] Loading items..
[Status] EMuShareMem loaded
[Status] Loading items from database: count=36965
[LoginServer] block not found in './LoginServer.ini'.
[Status] Loading guild ranks..
[Status] Loading ./addon.ini..
[Status] Loading EQ time of day..
[Status] Deleted 0 stale player corpses from database
[Status] Deleted 0 stale player backups from database
Formatting drive C:
TCP listening on: port 9000
World server listening on: port 9000
-It says block not found...Hrm? maybe im blind?

One more little thing. This is an easy answer, im just not that good at this...

Code:
ALTER TABLE `doors` CHANGE `liftheight` `door_param` INT(4) DEFAULT "0" NOT NUL 
L; 
ALTER TABLE `doors` ADD `size` SMALLINT(5) UNSIGNED DEFAULT "100" NOT NULL;
when im in mysql when do I type this?

Code:
mysql> ALTER TABLE `doors` CHANGE `liftheight` `door_param` INT(4) DEFAULT "0" N
OT NUL
    -> L;
ERROR 1064: You have an error in your SQL syntax.  Check the manual that corresp
onds to your MySQL server version for the right syntax to use near 'NUL
L' at line 1
I get that little problem. do I need to type something infront of the alter or something? Sorry, im a newb

If you need any extra information, please tell me.


Muuss, do you have any ideas? Can anyone help meh?

Thanks,
Josh

[/code]
Reply With Quote