Go Back   EQEmulator Home > EQEmulator Forums > Search Forums

Showing results 1 to 25 of 192
Search took 0.01 seconds.
Search: Posts Made By: Tertiary
Forum: Development::Database/World Building 10-31-2014, 05:42 PM
Replies: 5
Views: 4,073
Posted By Tertiary
Auto joining of chat channels is controlled by...

Auto joining of chat channels is controlled by the client. They can be changed by editing AutoChannels.txt in the EQ client directory.

There is no way to control auto channel joining serverside...
Forum: Development::Development 03-28-2009, 03:43 AM
Replies: 54
Views: 21,674
Posted By Tertiary
Thanks for the info on the item links, that may...

Thanks for the info on the item links, that may be my problem.

There is a way to check the client version. The client network stream has a method which returns a string describing which patch file...
Forum: Archive::Bugs 07-29-2004, 09:13 AM
Replies: 16
Views: 5,719
Posted By Tertiary
Minilogin had no encryption/decryption in it,...

Minilogin had no encryption/decryption in it, hence why it used IP addresses for authentication.
Forum: Archive::Windows Servers 07-28-2004, 08:45 AM
Replies: 2
Views: 3,015
Posted By Tertiary
I just checked through my source archives and...

I just checked through my source archives and found one for 5.7DR4. Uploaded it to my webspace for you:

http://www.rama.demon.co.uk/EQEMu-05-27-2004.rar

EDIT:

and a later release of 5.7DR4:...
Forum: Archive::Windows Servers 07-28-2004, 02:31 AM
Replies: 4
Views: 2,371
Posted By Tertiary
http://www.eqemulator.net/forums/viewtopic.php?t=1...

http://www.eqemulator.net/forums/viewtopic.php?t=15492&highlight=error+loading+npcs+database+query
Forum: Archive::Linux Servers 07-27-2004, 08:48 AM
Replies: 5
Views: 14,342
Posted By Tertiary
Re: EQemu for OS X?

No, the Win32/Linux specific code is bracketed by #ifdef WIN32 ... #else ... #endif so the right code is compiled depending on which platform you compile it on.
Forum: Archive::Server Discussion 07-23-2004, 09:02 AM
Replies: 28
Views: 4,679
Posted By Tertiary
That seems the most obvious error. You should...

That seems the most obvious error. You should have only one [LoginServer] statement.
Forum: Archive::Windows Servers 07-23-2004, 07:20 AM
Replies: 3
Views: 2,337
Posted By Tertiary
No to both questions.

No to both questions.
Forum: Archive::Tools 07-20-2004, 08:42 AM
Replies: 29
Views: 7,329
Posted By Tertiary
It works, but you need a 'local' id and password...

It works, but you need a 'local' id and password in your account table, e.g.



Then use userid and password of eqemu/eqemu.

If you can get into the world console by starting a command prompt...
Forum: Archive::Linux Servers 07-12-2004, 03:37 AM
Replies: 6
Views: 5,514
Posted By Tertiary
The code for GetNPCType is bracketed with #ifdef...

The code for GetNPCType is bracketed with #ifdef ZONE / #endif

For some reason, -DZONE is missing from your COPTS statement in the makefile, so GetNPCType is not getting compiled. Here's what mine...
Forum: Archive::Server Discussion 07-07-2004, 09:31 AM
Replies: 16
Views: 3,413
Posted By Tertiary
Re: i did that

Patch to live. Then run the patcher.exe. Don't patch to live again after you have run patcher.exe. You should create a shortcut, as decscribed in step 4 here:
...
Forum: Archive::Server Discussion 07-07-2004, 09:25 AM
Replies: 16
Views: 3,413
Posted By Tertiary
Re: pissed off

Just save it as patcher.exe ... a new file. lpatch,kpatch,vpatch and ppatch are the Luclin, Kunark, Velious and PoP patchers, don't overwrite them. Once you save it as patcher.exe, just double-click...
Forum: Archive::Server Discussion 07-07-2004, 09:10 AM
Replies: 16
Views: 3,413
Posted By Tertiary
Download patcher.exe to the same folder that...

Download patcher.exe to the same folder that contains the eqgame.exe that you run to connect to the EQEmu servers. Then double click on patcher.exe and it will overwrite the files in that directory...
Forum: Archive::Server Discussion 07-07-2004, 08:59 AM
Replies: 16
Views: 3,413
Posted By Tertiary
Patch to live Download patcher.exe from...

Patch to live
Download patcher.exe from Scorpius2K's site to your EQ directory
Run patcher.exe and click 'unzip'
run your shortcut to eqgame.exe patchme, or use eqw and untick the 'patch'...
Forum: Archive::Server Discussion 07-07-2004, 08:05 AM
Replies: 16
Views: 3,413
Posted By Tertiary
I just tested this by patching a directory to...

I just tested this by patching a directory to live, then running the patcher.exe from Scorpius2K site and it works. I got a 1017 the first time, but then made sure I clicked on the Logon/Play...
Forum: Archive::Tools 07-03-2004, 10:07 AM
Replies: 29
Views: 7,329
Posted By Tertiary
telnet to your server on port 9000, can't get...

telnet to your server on port 9000, can't get less of a system hog than that.
Forum: Archive::General Support 06-27-2004, 10:30 AM
Replies: 2
Views: 2,171
Posted By Tertiary
Re: How do I make a file read only?

http://www.google.com/search?hl=en&ie=UTF-8&q=%22how+to+make+a+file+read+only%22&btnG=Google+Search
Forum: Archive::Quests 06-27-2004, 10:04 AM
Replies: 5
Views: 2,927
Posted By Tertiary
Judging by the errors, you have some missing...

Judging by the errors, you have some missing brackets in your quest files. Post one of the .pl files here.
Forum: Archive::Quests 06-21-2004, 09:54 AM
Replies: 3
Views: 2,609
Posted By Tertiary
When I was playing with soulbinders, I used...

When I was playing with soulbinders, I used selfcast which, seemed to work OK.



sub EVENT_SAY {
if ($text=~/Hail/i){quest::say("Greetings $name . When a hero of our world is slain. their soul...
Forum: Archive::General Discussion 06-18-2004, 11:38 AM
Replies: 1
Views: 1,191
Posted By Tertiary
The official answer is no, you used to be able to...

The official answer is no, you used to be able to play offline using a progam called minilogin, but since the recent login server changes, this no longer works.
...
Forum: Archive::General Support 06-18-2004, 09:51 AM
Replies: 1
Views: 1,921
Posted By Tertiary
Login servers are having some "issues" today, try...

Login servers are having some "issues" today, try again in a few hours, or tomorrow.
Forum: Archive::Windows Servers 06-18-2004, 08:40 AM
Replies: 4
Views: 2,641
Posted By Tertiary
http://www.eqemulator.net/forums/viewtopic.php?t=1...

http://www.eqemulator.net/forums/viewtopic.php?t=15300
Forum: Archive::Windows Servers 03-26-2004, 08:17 AM
Replies: 6
Views: 2,865
Posted By Tertiary
Not quite the answer to your question, but there...

Not quite the answer to your question, but there is a spell called 'Touch of Vinitras':

http://lucy.allakhazam.com/spell.html?id=2859&source=Test

Which decreases your HP by 20000, so has a...
Forum: Archive::General Discussion 03-25-2004, 11:32 AM
Replies: 5
Views: 1,582
Posted By Tertiary
Conventional wisdom suggests you click on reply...

Conventional wisdom suggests you click on reply rather than New Topic when replying to a post.
Forum: Archive::Tutorials/Howto's 03-25-2004, 09:51 AM
Replies: 6
Views: 2,443
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:
...
Showing results 1 to 25 of 192

 
Forum Jump
   

All times are GMT -4. The time now is 02:39 PM.


 

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 - 2024, Jelsoft Enterprises Ltd.
Template by Bluepearl Design and vBulletin Templates - Ver3.3