PDA

View Full Version : Warnings - what do i need to do to get rid of these please?


Zace
11-07-2004, 06:10 AM
I am still trying to get my client to connect to myserver. I can logon ok(ish) [I can use ANY password !!!].

I always get 1017 when connecting though and i see NOTHING change in each of my zone screens.

Anyway here is a printout of the page and I am wondering if anything is apparent here tht may explain why I cant run EQ.

Thanks In Advance.


[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 guilds
[Status] Loading factions
[Status] Loading AA effects
[Status] Loading swarm spells
[Status] Loading corpse timers
[Status] Loading what ever is left
[Status] Loading commands
[Status] command_init(): Warning: Command 'help' defaulting to access level 0!
[Status] command_init(): Warning: Command 'version' defaulting to access level
!
[Status] command_init(): Warning: Command 'serversidename' defaulting to access
level 0!
[Status] command_init(): Warning: Command 'loc' defaulting to access level 0!
[Status] command_init(): Warning: Command 'flag' defaulting to access level 0!
[Status] command_init(): Warning: Command 'si' defaulting to access level 0!
[Status] command_init(): Warning: Command 'hp' defaulting to access level 0!
[Status] command_init(): Warning: Command 'pf' defaulting to access level 0!
[Status] command_init(): Warning: Command 'bestz' defaulting to access level 0!
[Status] command_init(): Warning: Command 'ginfo' defaulting to access level 0!
[Status] 172 commands loaded
[Status] Entering sleep mode
Connected to worldserver: 127.0.0.1:9000

animepimp
11-07-2004, 08:44 AM
This ia all oerfectly fiune and none of those warnings are bad, they jsut mean every one can use those commands. Post your world output becuse zone has nothing to do with a 1017 when connecting to a server, you don't connect to zone.exe until you have selected a character.

Zace
11-08-2004, 09:19 AM
Hmmm thats what i thought, so why can people connect to my server, but once they select my world to use then nothing ?

mrea
11-08-2004, 09:22 AM
do this:

first, open up your addon.ini file in your eqemu server directory.

then at the bottom of the file, add the following:
!help=0
!version=10
!serversidename=10
!loc=0
!flag=200
!si=100
!hp=100
!pf=100
!bestz=100
!ginfo=100

EDIT:: This wont do anything about the 1017, just get rid of those pesky warnings. For the 1017, make sure you have all of your IP's set right. Or port forwarding on your router even though you are using minilogin (i believe)

Darkened
11-10-2004, 04:42 AM
Minilogin works fine for me on my router with out Forwarding any of the Ports, so maybe only certain routers have the trouble cause my SMC is uneffected.

Zace
11-10-2004, 06:45 AM
Cool thanks.

OK, i use port 5999 and orward that to my internal server IP that is hosting the EQ. (10.0.0.200)

I also am port forwarding to the same place the 5 IP addresses I have used in the boot5zone.bat (ports 8780 to 8784 to 10.0.0.200)

Here is my Loginserver.ini

[LoginServer]
loginserver=127.0.0.1
#loginserver2=newlogin1.eqemulator.net
loginport=5999
#loginport2=5999
worldname=Zaces world
worldaddress=62.30.33.2
locked=false
account=
password=

[WorldServer]
Defaultstatus=0
Unavailzone=

[ChatChannelServer]
worldshortname=
chataddress=
chatport=

[LoginConfig]
ServerMode=StandAlone
ServerPort=5999


and here is my boot5zone.bat file

@echo off

if NOT exist spells_en.txt goto NOSPELL
start Minilogin
start zone . 62.30.33.2 8780 127.0.0.1
start zone . 62.30.33.2 8781 127.0.0.1
start zone . 62.30.33.2 8782 127.0.0.1
start zone . 62.30.33.2 8783 127.0.0.1
start zone . 62.30.33.2 8784 127.0.0.1
world
exit
cls

:NOSPELL
echo You did not copy the spells_en.txt from your everquest directory to this one. Please do so or zones will crash on startup.
PAUSE

REM:---------------END------------------------


Once again, any help appreciated.
Thanks.