LoL ....nm i had a brain infunction !
|
Server
ok here is my issue i followed everything exactly but when i run eq i am not seeing my server in the list where did i go wrong I'm thinking when i try to login it overwrites the eqhost.txt file is there a way to stop that? I also tried to trick and waitied till i logged in and changed the host file and then i got a timeout error the link that was posted for router setup is dead so if anyone can help i would appreciate it
|
issue
ok here is what the bat5zones file output is
[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 tributes [Status] Loading corpse timers [Status] Loading what ever is left Couldn't open './addon.ini'. [Status] Loading commands [Status] 176 commands loaded [Status] Loading embedded perl XS [Quest] Loading perlemb plugins. [Quest] Loading perl commands... [Quest] Warning - commands.pl: Perl runtime error: Unrecognized character \xEF a t (eval 19) line 1. [Error] Starting command queue Mapping... [Quest] Loading perlemb plugins. [Quest] Loading perl commands... [Quest] Warning - commands.pl: Perl runtime error: Unrecognized character \xEF a t (eval 19) line 1. [Status] Entering sleep mode Connected to worldserver: 192.168.1.100:9000 and here is the world,exe [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] ./LoginServer.ini read. [Status] Loading guild ranks.. [Status] Loading ./addon.ini.. Couldn't open './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: 69.149.60.84:9000 World server listening on: 69.149.60.84:9000 Connected to LoginServer: newlogin1.eqemulator.net:5994 4857 New TCP connection: 192.168.1.100:1973 New zoneserver: #1 192.168.1.100:1973 Zoneserver SetConnectInfo: 192.168.1.100:1973: 69.149.60.84:7999 5468 New TCP connection: 192.168.1.100:1974 5468 New TCP connection: 192.168.1.100:1975 5468 New TCP connection: 192.168.1.100:1976 5468 New TCP connection: 192.168.1.100:1977 New zoneserver: #2 192.168.1.100:1977 New zoneserver: #3 192.168.1.100:1976 New zoneserver: #4 192.168.1.100:1975 New zoneserver: #5 192.168.1.100:1974 Zoneserver SetConnectInfo: 192.168.1.100:1974: 69.149.60.84:7997 Zoneserver SetConnectInfo: 192.168.1.100:1975: 69.149.60.84:7995 Zoneserver SetConnectInfo: 192.168.1.100:1976: 69.149.60.84:7996 Zoneserver SetConnectInfo: 192.168.1.100:1977: 69.149.60.84:7998 81116 New TCP connection: 192.168.1.100:2055 New zoneserver: #6 192.168.1.100:2055 Zoneserver SetConnectInfo: 192.168.1.100:2055: 69.149.60.84:7999 i keep gettin a timeout error what do i do? |
Quote:
I used the Db from there and have my server up. wasnt to bad but I cant zone when I try it just sends me back to start point. It doesnt save my items or my Char levels. And it didnt seem to load any spells or NPC I can spawn ... other than that it is working great . This setup guild was fast and easy even for a novice wanting to learn more about SQl:) |
Err, yeah..
I wouldn't post here but the link to the Error thread gives me a 404 error, so here it is.
I have mysql installed (though it's irrelevant at this point.) I have Perl 5.8.2 installed I have NMAKE.exe in c:\perl\bin I open up the command prompt and type in perl -MCPAN -e shell. It tells me some junk and i tell it no to the manual configuration. It does some more stuff and then leaves me at cpan> for a prompt. so I type in install IO::Scalar, works great til the end... "IBM(R) Program Maintenance Utility for Windows(R) Version 3.50.000 Feb 13 1996 Copyright (C) IBM Corporation 1988-1995 Copyright (C) Microsoft Corp. 1988-1991 All rights reserved. @ C:\Perl\bin\perl.exe "-MExtUtils::Command" -e mkpath blib\lib\IO NMAKE : fatal error U1081: '@' : program not found Stop. C:\PERL\BIN\nmake.exe -- NOT OK Running make test Can't test without successful make Running make install make had returned bad status, install seems impossible cpan>" Anyone have any ideas, please? Is there a way to get rid of the @ before the C:\perl\bin\perl.exe? Thanks in advance --- Edit: I tried it on my windows xp pro machine and it worked flawlessly. Am I correct in assuming this doesn't work for windows 98? /grin The code above was from my 98 machine. |
BTW, hellkat you can make eqhost read only. just right click, properties, check Read only and click apply.
|
Question
Okay i see my server on the list and its unlocked.. but, when i try to log into it... it gives me error 1017:cannot login to the everquest server. You may need to re-run the patch update ect... but when i try to log into other servers same verison it works any ideas?
|
Yeah, I cant make it work.
On the 'grant all options' part, It says Welcome to the MySQL monitor. Commands end with ; or \g. Your MySQL connection id is 17 to server version: 4.0.24-nt Type 'help;' or '\h' for help. Type '\c' to clear the buffer. mysql> GRANT ALL PRIVILEGES ON *.* TO ______@localhost IDENTIFIED BY '_____' WITH GRANT OPTION; ERROR 1045: Access denied for user: '@localhost' (Using password: NO) mysql> Rest assured my mysql is in c:\mysql\bin and thats what i put. Any help? |
try 127.0.0.1 instead of localhost
|
Its still saying the same thing... :-(
|
here is what i did... instead of typing all those commands..
i downloaded a program called front mysql i use it alot to edit my database anyways.. once you get it launched... you can goto users.. right click on the name properties.. and you can edit the permissions .. which would include "grant" this works.. everything you do in a command prompt you can do with this program... just a thought and hope it helps out.. i just found this much easier to work with and this is how i got by that annoying error message |
Quote:
GRANT ALL PRIVILEGES ON *.* TO myuser@localhost IDENTIFIED BY 'mypw' WITH GRANT OPTION; but it display: error 1045:access denied for user: '@localhost' (Using password:NO) |
Okay, you guys obviously aren't reading my guide. Note the section about your problem.
Note: If you get an error when typing the grant all privileges line: 1) Make SURE you copied the line of code EXACTLY as written and changed username/password. (you need the ''s(apostrophes) around the password. 'example' not "example" or example.) 2) Try opening a command prompt. Type: Code:
CD C:\mysql\bin then type Code:
mysql -u root mysql And proceed to type the grant all privileges command again. ------------------------------------------------ It's clearly stated in a different color, including code examples, on how to fix your problem. My adivce, READ THE GUIDE THOURGOUGHLY!! |
Is there a way to keep it from patching? Evertime I follow the directions step by step it starts patching on me
|
I get:
ERROR 1045: Access denied for user: '@localhost' (Using password: NO) too. I get the same error when i try "mysql -u root mysql". Reinstalled it about 5 times. What could it be? |
All times are GMT -4. The time now is 09:38 AM. |
Powered by vBulletin®, Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.