EQEmulator Home
>
EQEmulator Forums
>
Search Forums
Search Results
User Name
Remember Me?
Password
Home
Forums
Register
Members List
Today's Posts
Search
Search Forums
Show Threads
Show Posts
Advanced Search
Go to Page...
Page 2 of 8
<
1
2
3
4
5
6
>
Last
»
Showing results 26 to 50 of 193
Search took
0.01
seconds; generated 53 minute(s) ago.
Search:
Posts Made By:
Tertiary
Forum:
Archive::Tutorials/Howto's
03-25-2004, 09:51 AM
Replies:
6
Got my server back up
Views:
9,211
Posted By
Tertiary
First off, you need single quotes around the...
First off, you need single quotes around the password, and name should be your account name, not your servername, so if your eqemu account is called test, and your password is test, type in:
...
Forum:
Archive::Tutorials/Howto's
03-25-2004, 09:06 AM
Replies:
6
Got my server back up
Views:
9,211
Posted By
Tertiary
I would say you typed the command in incorrectly....
I would say you typed the command in incorrectly. In the command prompt where you get the error, click in the top left corner, select Edit/Select All, then Edit/Copy, then paste it here.
Forum:
Archive::General Discussion
03-23-2004, 10:18 AM
Replies:
16
Patched on 23rd
Views:
8,724
Posted By
Tertiary
I patched (on purpose) to a backup directory just...
I patched (on purpose) to a backup directory just to see if it broke EQEmu. I could login to my minilogin server and to Guildwars ... Didn't test beyond that. (This was with eqgame patchme ... eqw...
Forum:
Archive::Development
03-19-2004, 10:37 AM
Replies:
41
EQEmu DEV-C++ Howto (updated for 5.5DR1)
Views:
39,226
Posted By
Tertiary
What version of Windows are you running ? (I...
What version of Windows are you running ? (I tested this under XP).
Forum:
Archive::Tutorials/Howto's
03-18-2004, 11:17 AM
Replies:
1
Help With Jezebell's (Big Time Error)
Views:
4,823
Posted By
Tertiary
Re: Help With Jezebell's (Big Time Error)
Copy spells_en.txt and spells_us.txt from your eqclient directory to wherever your world/zone.exe,emusharemem.dll and boot5zones.bat are. This is NOT a firewall problem, it is a simple check made in...
Forum:
Archive::Bugs
03-18-2004, 09:19 AM
Replies:
7
Why arn;'t npcs repopping ?
Views:
6,253
Posted By
Tertiary
Using 5.5DR1 and MW5.5 Alpha2, I just killed...
Using 5.5DR1 and MW5.5 Alpha2, I just killed Baobob Miller in Qeynos Hills and waited at his spawn point.
He respawned 25 minutes later which is correct according to his respawntime in the spawn2...
Forum:
Archive::General Support
03-13-2004, 11:52 AM
Replies:
7
3/10/04 patch
Views:
6,568
Posted By
Tertiary
Re: 3/10/04 patch
Just for you I created another EQ directory and patched to live. I could login fine to my minilogin 5.5DR1 server and a couple of other random servers (Shawn's 5.5RC1 and another I don't remember the...
Forum:
Archive::Database/World Building
03-12-2004, 11:52 AM
Replies:
4
Compiling Question...
Views:
5,776
Posted By
Tertiary
You could try using Dev-C++. I recently (today)...
You could try using Dev-C++. I recently (today) posted the 5.5DR1 source tree with the Dev-C++ changes already applied here:
http://www.eqemulator.net/forums/viewtopic.php?t=12313
Forum:
Archive::Windows Servers
03-12-2004, 10:15 AM
Replies:
36
What happend now?
Views:
22,362
Posted By
Tertiary
When I just checked your server showed as locked....
When I just checked your server showed as locked. You need to post the output of your world.exe and zone.exe processes again.
Forum:
Archive::Windows Servers
03-12-2004, 10:03 AM
Replies:
36
What happend now?
Views:
22,362
Posted By
Tertiary
Make sure you have no spaces at the end of any...
Make sure you have no spaces at the end of any line in your loginserver.ini. I just added a space after [LoginServer] in my own loginserver.ini and got the exact same error you are seeing.
Forum:
Archive::General Support
03-12-2004, 09:54 AM
Replies:
42
0.5.5 DR1 Binaries
Views:
27,229
Posted By
Tertiary
Are you getting errors when compiling world ? ...
Are you getting errors when compiling world ?
Those binaries were built in 'Release' configuration while yours seem to have been built as 'Debug', though I don't think that should make any...
Forum:
Archive::General Support
03-12-2004, 02:08 AM
Replies:
42
0.5.5 DR1 Binaries
Views:
27,229
Posted By
Tertiary
OK, here is a link to a set I compiled with VS...
OK, here is a link to a set I compiled with VS NET 2003.
www.rama.demon.co.uk/5.5DR1VSNETBinaries.zip
I created a wood-elf ranger and wood-elf warrior with no problems with these binaries...
Forum:
Archive::General Support
03-11-2004, 10:58 AM
Replies:
42
0.5.5 DR1 Binaries
Views:
27,229
Posted By
Tertiary
What class/race combinations do you have problems...
What class/race combinations do you have problems with at character creation with your world.exe? I have VS NET 2003 Professional, so I will recompile with that and post the binaries if they do not...
Forum:
Archive::General Support
03-11-2004, 09:43 AM
Replies:
42
0.5.5 DR1 Binaries
Views:
27,229
Posted By
Tertiary
The #npcspawn command is processed by the...
The #npcspawn command is processed by the zone.exe (zone/npc.cpp in the source) which is why #npcspawn add works if you are using Nilar's zone.exe.
I think the #npcspawn delete crash may be a long...
Forum:
Archive::General Support
03-11-2004, 09:29 AM
Replies:
42
0.5.5 DR1 Binaries
Views:
27,229
Posted By
Tertiary
I have found the reason for this. It is a flaw in...
I have found the reason for this. It is a flaw in the Dev-C++ port that I did (specifically the portable vsnprintf function that I was using does not support floating point parameters, so any call to...
Forum:
Archive::General Support
03-10-2004, 10:57 AM
Replies:
42
0.5.5 DR1 Binaries
Views:
27,229
Posted By
Tertiary
I have seen the same problem if you shutdown...
I have seen the same problem if you shutdown world by clicking on the X in the top right. If you CTRL-C or use the wordshutdown command all seems OK, so I don't think that is a big problem.
For...
Forum:
Archive::General Support
03-10-2004, 10:24 AM
Replies:
42
0.5.5 DR1 Binaries
Views:
27,229
Posted By
Tertiary
Thanks for the feedback Nilar. I have never tried...
Thanks for the feedback Nilar. I have never tried these commands under a Dev-C++ compile so there maybe some issues there I need to look at. Perhaps you should remove the link to my binaries for now....
Forum:
Archive::General Support
03-09-2004, 11:15 AM
Replies:
42
0.5.5 DR1 Binaries
Views:
27,229
Posted By
Tertiary
I'd appreciate some feedback as to whether these...
I'd appreciate some feedback as to whether these are more or less stable than the original ones posted. I've only tested them briefly myself.
Forum:
Archive::General Support
03-09-2004, 11:04 AM
Replies:
42
0.5.5 DR1 Binaries
Views:
27,229
Posted By
Tertiary
<Post deleted>
<Post deleted>
Forum:
Archive::News
02-25-2004, 08:56 AM
Replies:
35
Farewell all !
Views:
20,274
Posted By
Tertiary
Bye Trumpcard :( I will remember you as...
Bye Trumpcard :(
I will remember you as the nice/friendly/tolerant developer (no offence intended to the rest of the team :) )
Forum:
Archive::Quests
02-23-2004, 11:36 AM
Replies:
11
Anyone able to help?
Views:
8,758
Posted By
Tertiary
http://www.eqemulator.net/forums/viewtopic.php?t=1...
http://www.eqemulator.net/forums/viewtopic.php?t=12313
Though I have not tried this with 5.5DR1
Forum:
Archive::News
02-21-2004, 01:51 AM
Replies:
18
Change your passwords.
Views:
12,582
Posted By
Tertiary
One of the issues is that everyone knows phpBB...
One of the issues is that everyone knows phpBB uses md5 to 'encrypt' the passwords, so if you can get someones password by an sql injection exploit, you know how to brute force it (using mdcrack for...
Forum:
Archive::General Support
02-18-2004, 10:26 AM
Replies:
20
cannot get in.
Views:
14,748
Posted By
Tertiary
Re: Yeah
Who is your email provider ? Many free ones aren't allowed (e.g. hotmail), but you would typically get a message saying your email address is banned if you try and sign up with a free email provider.
Forum:
Archive::General Support
02-18-2004, 10:20 AM
Replies:
20
cannot get in.
Views:
14,748
Posted By
Tertiary
Re: Same
I just created another account to test this and got a verification email within 60 seconds, so it looks like your email provider has issues.
BTW the error you are getting says to visit...
Forum:
Archive::General Support
02-18-2004, 09:23 AM
Replies:
20
cannot get in.
Views:
14,748
Posted By
Tertiary
I don't think so. What LE is getting at is that...
I don't think so. What LE is getting at is that you will get either
Invalid Station name/password
or
EQEmu: Invalid username/password
Which one you get is important in helping to diagnose...
Showing results 26 to 50 of 193
Page 2 of 8
<
1
2
3
4
5
6
>
Last
»
Forum Jump
User Control Panel
Private Messages
Subscriptions
Who's Online
Search Forums
Forums Home
General
General::General Discussion
General::Server Discussion
General::News
General::News::Polls
Support
Support::General Support
Idiot Posters
Spell Support
Support::Windows Servers
Support::Linux Servers
Support::Packetcollector
Support::MiniLogin
Quests
Quests::Q&A
Quests::Custom
Quests::Completed
Quests::Submissions
Quests::Plugins & Mods
Quests::need work
Quests::LUA
Development
Development::Development
Development::Bots
Development: Custom Code
Development::Server Code Submissions
Development::Feature Requests
Development::Bugs
Development::Bug Reports
Development::Database/World Building
Development::Tools
Development::GeorgeS's Tools
EQEmu Operations Center
KayotRO
Old Eq
OpenZone
OpenZone:: Q&A
Simple Client
OpenZone::Tutorials
OpenZone::Bug Reporting
Misc
Misc::Off Topic
Misc::Screenshots
Archives
Archive::Support
Archive::General Support
Archive::Windows Servers
Archive::Linux Servers
Archive::Tutorials/Howto's
Tutorials--Outdated Use the Wiki
Tutorial ALL NEW PEOPLE READ THIS
Tutorials::Discussion
Tutorials::Requests
Tutorials::Submissions
Tutorials::Needs work
Archive::Packetcollector
Archive::Development
Archive::Development
Archive::Bugs
Archive::Tools
Archive::Quests
Archive::Database/World Building
EQ2 Development
Archive::Misc
Archive::Off Topic
Archive::Screenshots
OpenEQ
OpenEQ::General Discussion
OpenEQ::Support
OpenEQ::Development
OpenEQ::Bug reporting
OpenEQ::Plugins
All times are GMT -4. The time now is
12:53 PM
.
-- Default Style
---- EQEmulator
EQEmulator
-
Archive
-
Top
Everquest is a registered trademark of Daybreak Game Company LLC.
EQEmulator is not associated or affiliated in any way with Daybreak Game Company LLC.
Except where otherwise noted, this site is licensed under a
Creative Commons License
.
Powered by vBulletin®, Copyright ©2000 - 2026, Jelsoft Enterprises Ltd.
Template by
Bluepearl Design
and
vBulletin Templates
- Ver3.3