minilogin help
ok minilogin loads ok
world loads ok boot5 loads ok for some reason i can log in and see my server up but when i try to load it i get error 1017 also i can login useing any username and password its like minilogin dose not recognise accounts and lets you use anything and as i dose not know accounts it wont load the server anyone have a fix for this or offer any info i followed the 6.2 tut in the wiki word for word |
Have you the right client (everquest software) just patched before 9/13 ?
|
minilogin
have not patched arfter 9/13
this is whats happening everything loads fine till i have to enter user and pass i enter user and pass and the login freezes saying loading connecting to server i press ctrl+alt+delete and close eqgame.exe i run eq again get to user and pass and it then lets me in my server is there and up i load up the server get to char select screen and click enter game it freezes for a while then says can not connect to server or somthing like that and boots me back to login i then get 1017 error till i reboot me computer then it repeats all that |
As Belfedia mentioned make sure your client is compatible to 6.2. For it to be 6.2 compatible your eq should have been patched somewhere inbetween 8/11/2005 - 9/12/2005. So first thing is to try logging into PEQ server to rule out an incompatible eq client. If your client can connect to PEQ and are able to make a character and play then you know for sure it is a error or setting wrong for your server.
for minilogin make sure that you sourced all 3 lines that pertain to minilogin into your database I know if you only source the first two you will get an error 1017 without the third one sourced. for the login and pass you are correct i noticed that two i can type in this login: eqrules Pass:1234 and it will still login to my toon on my computer. So what i have metioned before in a thread that login and pass is moot for single player as long as there is an account sourced for your ip or localhost you will end up at the same toon regardless of what you type for login and pass from that same computer. |
i can log into all the servers on EQemu and play just fine
could some one tell me how to get a text copy of my world.exe and boot 5 so i can post here whats happening thanks |
Sounds like you didn't do these 2 steps in MySql, especially since you can log into other servers.
Step 1 Code:
alter table account add minilogin_ip varchar(32) not null; Code:
insert into account (name,status, minilogin_ip) values('USERNAME_HERE',250,'127.0.0.1'); |
Quote:
|
this is how i set it up
first i downloaded all the stuff it says in the tut on the wiki im useing mysql 4.0.22 cd c:\mysql\bin mysql -u root create database eq; GRANT ALL PRIVILEGES ON eq.* TO ravenhart@localhost IDENTIFIED BY 'loneless' WITH GRANT OPTION; use eq; source load_system.sql; source load_empty_users.sql; at this point i get a load of queary row 1 row affected for about 15 mins Delete from items; INSERT INTO variables VALUES ('ZSPassword', '12345', 'Zone Server Password', '2005-06-02 21:32:56'); exit then cd c:\mysql\bin mysql -u root use eq; INSERT INTO variables (varname, value, information) VALUES ('LoginType', 'Minilogin', 'Set this to Minilogin to login using a minilogin server :)'); alter table account add minilogin_ip varchar(32) not null; insert into account (name,status, minilogin_ip) values('ravenhart',250,'127.0.0.1'); exit [Database] host=localhost user=ravenhart password=loneless database=eq REM: REM: Read this first!!! REM: This file requires your real IP in the place of "YourIP" when you are connecting REM: To the EQEmu Loginserver. REM: When you are using minilogin, Replace all IP Addresses to say 127.0.0.1 REM: If you still get errors try using localhost instead of 127.0.0.1 REM: @echo off if NOT exist spells_us.txt goto NOSPELL start zoneperl . 127.0.0.1 7995 127.0.0.1 start zoneperl . 127.0.0.1 7996 127.0.0.1 REM: start zoneperl . 127.0.0.1 7997 127.0.0.1 REM: start zoneperl . 127.0.0.1 7998 127.0.0.1 REM: start zoneperl . 127.0.0.1 7999 127.0.0.1 exit cls :NOSPELL echo You did not copy the spells_us.txt from your everquest directory to this one. Please do so or zones will crash on startup. PAUSE ### --- 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: Starting 6-1-2002, you can no longer use the word "Server" in worldname. ### --- NOTE2: the word "Server" is added to each server automaticly. # READ README.TXT [LoginServer] loginserver=127.0.0.1 loginport=5999 worldname=lonelessfighter worldaddress=127.0.0.1 locked=false account= password= [WorldServer] Defaultstatus= Unavailzone= [ChatChannelServer] worldshortname= chataddress= chatport= [LoginConfig] ServerMode=standalone ServerPort=5999 |
then
i load up minilogin then world then boot5 load up eq it freezes on login i ctrl+alt+delete and load eq again it then lets me in i click play i get to char screen and make a char then click enter world it freezes then a black screen saying the server is not responding this is what minilogin world and boot5 say then it dose that LoginServer.ini read. [Status] Loading opcodes.. Server mode: MiniLogin Login server listening on port:5999 7797 New Server connection: 127.0.0.1 port: 3076 205985 New client from ip: 127.0.0.1 port: 1053 239219 New client from ip: 127.0.0.1 port: 1056 Unknown packet: .4233692 [92.153.64.0:15->0.0.0.0:0] [OpCode 0x0003 (OP_Unknown) Size=11] 00000: 00 06 00 00 00 00 00 00 - 00 00 00 | ........... [Status] CURRENT_WORLD_VERSION:EQEMu 0.6.2-DR1 [Status] Loading opcodes.. [Status] EMuShareMem loaded Opcode OP_Command is missing from ./opcodes.conf Opcode OP_MailboxHeader is missing from ./opcodes.conf Opcode OP_MailHeader is missing from ./opcodes.conf Opcode OP_MailBody is missing from ./opcodes.conf Opcode OP_NewMail is missing from ./opcodes.conf Opcode OP_SentConfirm is missing from ./opcodes.conf Opcode OP_RAWSessionRequest is missing from ./opcodes.conf Opcode OP_RAWSessionResponse is missing from ./opcodes.conf Opcode OP_RAWCombined is missing from ./opcodes.conf Opcode OP_RAWSessionDisconnect is missing from ./opcodes.co Opcode OP_RAWKeepAlive is missing from ./opcodes.conf Opcode OP_RAWSessionStatRequest is missing from ./opcodes.c Opcode OP_RAWSessionStatResponse is missing from ./opcodes. Opcode OP_RAWPacket is missing from ./opcodes.conf Opcode OP_RAWFragment is missing from ./opcodes.conf Opcode OP_RAWOutOfOrderAck is missing from ./opcodes.conf Opcode OP_RAWAck is missing from ./opcodes.conf Opcode OP_RAWAppCombined is missing from ./opcodes.conf Opcode OP_RAWOutOfSession is missing from ./opcodes.conf 003466D8 [Status] Loading variables.. [Status] Loading zones.. [Status] Clearing groups.. [Status] Loading items.. [Status] EMuShareMem loaded [Status] Loading items from database: count=0 [Status] ./LoginServer.ini read. [Status] Loading guild ranks.. [Status] Loading guild link.. [Status] EMuShareMem loaded [Status] Loading GuildList from database... [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 Assassinating people that whine about horses...done TCP listening on: 127.0.0.1:9000 World server listening on: 127.0.0.1:9000 Setting World to MiniLogin Server type Connected to LoginServer: 127.0.0.1:5999 59188 New TCP connection: 127.0.0.1:16777343 59188 New TCP connection: 127.0.0.1:16777343 New zoneserver: #1 127.0.0.1:1042 New zoneserver: #2 127.0.0.1:1041 Zoneserver SetConnectInfo: 127.0.0.1:1041: 127.0.0.1:7995 Zoneserver SetConnectInfo: 127.0.0.1:1042: 127.0.0.1:7996 239735 New client from ip: 127.0.0.1 port: 1057 Logged in: (CharSel) Account #1: ravenhart Received unknown opcode: 0x0107 size:0 bytes Attempting autobootup of freporte (10) for Loneless Zoneserver SetZone: 127.0.0.1:7995 freporte (10) Broadcasting a world time update Zoneserver SetZone: 127.0.0.1:7995 (0) Client disconnected Removing client from ip:127.0.0.1 port:1057 boot5 [Status] CURRENT_ZONE_VERSION: EQEMu 0.6.2-DR1 [Status] Loading opcodes.. [Status] Mapping Opcodes [Status] Loading Variables [Status] Loading zone names [Status] Loading items [Status] EMuShareMem loaded [Status] Loading npcs [Status] Loading npc faction lists [Status] EMuShareMem loaded [Status] Loading loot tables [Status] Loading Loot tables from database... [Status] Loading doors [Status] EMuShareMem loaded [Status] EMuShareMem loaded [Status] Loading guilds [Status] Loading guild list [Status] EMuShareMem loaded [Status] Loading factions [Status] Loading titles [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] 183 commands loaded [Status] Loading embedded perl XS [Quest] Loading perlemb plugins. [Quest] Loading perl commands... [Quest] Loading perlemb plugins. [Quest] Loading perl commands... [Status] Starting EQ Network server. [Status] Entering sleep mode Connected to worldserver: 127.0.0.1:9000 Map ./Maps/freporte.map not found. Path File ./Maps/freporte.path not found. [Status] Weather should change in 4916 seconds [Status] Loading spawn conditions... [Status] Loading static zone points... [Status] Loading spawn groups... [Status] Loading spawn2 points... [Status] Loading player corpses... [Status] Loading traps... [Status] Loading ground spawns... [Status] Loading Ground Spawns from DB... [Status] Loading Objects from DB... [Status] Loading Objects from DB... [Status] Loading doors for freporte ... [Status] Done loading doors for freporte ... [Status] Loading AA information... [Status] Loading Merchant Lists... [Status] Loading Temporary Merchant Lists... [Status] Successfully loaded Zone Config. [Status] Loading timezone data... [Status] Init Finished: ZoneID = 10, Time Offset = 0 [Status] Zone Bootup: freporte (10) Received Message SyncWorldTime Time Broadcast Packet: EQTime [08:55 am] [Status] Zone Shutdown: freporte (10) |
ok i fixed it
it was world.exe and i replaced it now my server loads up fine only prob im haveing now is theres no items in game what could the reason be for this |
Quote:
|
All times are GMT -4. The time now is 01:34 PM. |
Powered by vBulletin®, Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.