Go Back   EQEmulator Home > EQEmulator Forums > Search Forums

Showing results 26 to 50 of 125
Search took 0.01 seconds; generated 85 minute(s) ago.
Search: Posts Made By: farce
Forum: Archive::Tutorials/Howto's 02-09-2004, 08:06 AM
Replies: 2
Views: 5,342
Posted By farce
there are precompiled binaries available. do a...

there are precompiled binaries available. do a search for posts by shawn319 and get the link to his site with them.
Forum: Archive::Server Discussion 02-09-2004, 08:05 AM
Replies: 3
Views: 3,897
Posted By farce
try guildwars2

try guildwars2
Forum: Archive::General Discussion 02-09-2004, 08:04 AM
Replies: 3
Views: 3,500
Posted By farce
that's database work, for a world builder or the...

that's database work, for a world builder or the server admin.
Forum: Archive::Linux Servers 02-09-2004, 03:41 AM
Replies: 16
Views: 20,208
Posted By farce
you could use CVS. cvs...

you could use CVS.

cvs -d:pserver:anonymous@cvs.sourceforge.net:/cvsroot/eqemu login

cvs -z3 -d:pserver:anonymous@cvs.sourceforge.net:/cvsroot/eqemu co modulename


I dunno how different...
Forum: Archive::Windows Servers 02-09-2004, 03:22 AM
Replies: 7
Views: 5,959
Posted By farce
INSERT into account (name,password,status) values...

INSERT into account (name,password,status) values ('farce','password',250);

that's all you need to add a new account. you dont even need status, but it's easy to flag the accounts then.

then...
Forum: Archive::Linux Servers 02-09-2004, 03:03 AM
Replies: 16
Views: 20,208
Posted By farce
setup on linux is fairly easy if you can do it on...

setup on linux is fairly easy if you can do it on windows, and can install linux.

Your redhat install can include mysql and perl from the start.. then you just run the IO::Scalar installation.
...
Forum: Archive::Database/World Building 02-08-2004, 10:37 AM
Replies: 19
Views: 19,429
Posted By farce
no, the other way around... faster machines will...

no, the other way around... faster machines will complete the loop quicker.. and the value may still not be available.. so you'd increase it.
Forum: Archive::Windows Servers 02-08-2004, 07:53 AM
Replies: 3
Views: 5,115
Posted By farce
costs are nothing. you have a computer and net...

costs are nothing. you have a computer and net connection already.

you *will* want to add more ram tho.

i'd do 512MB.

stability depends on the number of clients connecting. I can leave my...
Forum: Archive::Quests 02-08-2004, 07:39 AM
Replies: 19
Views: 15,652
Posted By farce
you dont have to do anything with perl after you...

you dont have to do anything with perl after you install the necessary modules.

read the perl quest howto and try them.. if they work.. then your install worked.
Forum: Archive::Windows Servers 02-08-2004, 07:37 AM
Replies: 5
Views: 5,364
Posted By farce
you can have a lot of zones on a server,...

you can have a lot of zones on a server, depending on ram/cpu.

but you will have horrible performance running zones remotely from your database, especially over cable/dsl unless you have a very...
Forum: Archive::Windows Servers 02-08-2004, 07:33 AM
Replies: 7
Views: 5,959
Posted By farce
you need spaces after each line in...

you need spaces after each line in miniloginaccounts.ini

192.168.1.1 farce password[space]
192.168.1.2 fooey tallgoots[space]
etc[space]

then just add the accounts in your db...
Forum: Archive::Linux Servers 02-08-2004, 07:29 AM
Replies: 5
Views: 9,123
Posted By farce
This is the fix I made to get rid of the ZoneID...

This is the fix I made to get rid of the ZoneID =0 error.

Add this to the Client.cpp file for the world compile. Under case OP_EnterWorld: // Enter world.

Replace the Current call "charid...
Forum: Archive::Linux Servers 02-08-2004, 07:25 AM
Replies: 5
Views: 9,123
Posted By farce
for one, you need to alter your character_ table...

for one, you need to alter your character_ table and add the column groupid.

apparently you did not run his sql update which is on shawn's page.

for the zoning issue... there is code somewhere...
Forum: Archive::Quests 02-07-2004, 01:55 PM
Replies: 19
Views: 15,652
Posted By farce
you need a copy of nmake...

you need a copy of nmake...
Forum: Archive::Tools 02-04-2004, 04:41 AM
Replies: 24
Views: 15,665
Posted By farce
So what you're saying is to create an EQ zone...

So what you're saying is to create an EQ zone viewer, with some code written to allow you to view spawns ( but maybe not with models ) and to place them, edit loot, spawngroups and such, perhaps...
Forum: Archive::General Support 02-03-2004, 04:45 PM
Replies: 15
Views: 11,373
Posted By farce
You see, you actually have to use CVS to get the...

You see, you actually have to use CVS to get the files.

go to the eqemulator.net homepage, click files, then click cvs and that page tells you how to get it. provide you have a cvs client. but...
Forum: Archive::General Support 02-03-2004, 04:28 PM
Replies: 3
Views: 4,973
Posted By farce
um. what server?

um. what server?
Forum: Archive::General Discussion 02-03-2004, 02:55 PM
Replies: 9
Views: 4,531
Posted By farce
not if you run mysql like this: mysql -u eq...

not if you run mysql like this:

mysql -u eq -p eq eq


where the last eq is your chosen database.
Forum: Archive::General Discussion 02-03-2004, 02:52 PM
Replies: 21
Views: 10,541
Posted By farce
Personally I'm of the opinion that it's...

Personally I'm of the opinion that it's technically legal to download it through those means.

If you don't want someone to access your publicly accessible files, password protect them.

A simple...
Forum: Archive::General Discussion 02-02-2004, 10:34 AM
Replies: 18
Views: 8,485
Posted By farce
You're right, EQ is their game. And using...

You're right, EQ is their game. And using *their* code would be illegal. However they don't. They have created a compatible version of it.

So if you were to use the same letters EverQuest but...
Forum: Archive::Development 02-02-2004, 08:31 AM
Replies: 20
Views: 18,183
Posted By farce
are you deleting them in zone_points or...

are you deleting them in zone_points or zone_points_raw or both?
Forum: Archive::General Discussion 02-02-2004, 08:00 AM
Replies: 7
Views: 4,473
Posted By farce
you dont. you install it from the cd's you...

you dont. you install it from the cd's you purchase.

You can get the eq trilogy cheap, and EQ Evolutions for about $30.
Forum: Archive::General Support 02-02-2004, 03:04 AM
Replies: 2
Views: 4,713
Posted By farce
5kb/s * number of clients ( depends on their rate...

5kb/s * number of clients ( depends on their rate setting btw )
Forum: Archive::General Discussion 01-31-2004, 07:59 PM
Replies: 4
Views: 3,971
Posted By farce
yeah, you're right. they work but i guess it...

yeah, you're right. they work but i guess it just says the mob misses you if you dodge/block/parry instead of you getting a message about the skill saving you.


Something to work on =)
Forum: Archive::Database/World Building 01-31-2004, 06:23 PM
Replies: 72
Views: 71,725
Posted By farce
bah didnt work...

bah didnt work...
Showing results 26 to 50 of 125

 
Forum Jump
   

All times are GMT -4. The time now is 11:56 AM.


 

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