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 1 of 3
1
2
3
>
Showing results 1 to 25 of 59
Search took
0.01
seconds.
Search:
Posts Made By:
var1ety
Forum:
Archive::Linux Servers
04-05-2004, 12:26 PM
Replies:
8
Poll:
A complete Linux Guide Needed
Views:
15,775
Posted By
var1ety
get mysql installed, get perl + io::scalar...
get mysql installed, get perl + io::scalar installed, and get networking working, and then the guides in the tutorials section and forums are directly applicable. However, there are a lot of existing...
Forum:
Archive::Linux Servers
03-16-2004, 05:34 AM
Replies:
16
Linux Vs windows
Views:
13,473
Posted By
var1ety
Is it really that high? I used to play on...
Is it really that high?
I used to play on EQLive during classic/kunark with a dialup connection, which had nowhere near 6KB downstream bandwith. I guess the high number is just an eq specific...
Forum:
Archive::Bugs
03-16-2004, 05:32 AM
Replies:
3
Bard Modifiers
Views:
3,992
Posted By
var1ety
I posted a fix in the development forum for the...
I posted a fix in the development forum for the instrument issue (not for the song modifier issue). It simply allows instruments to work as they should in regards to them being equipped....
Forum:
Archive::Linux Servers
02-24-2004, 03:31 PM
Replies:
4
Problems with compiling
Views:
6,151
Posted By
var1ety
Your problems are GCC and FreeBSD specific....
Your problems are GCC and FreeBSD specific. FreeBSD uses GCC 2.95, which is incompatible with a lot of code that the dev team is using. You need to upgrade to GCC 3.2+ to compile the source. If you...
Forum:
Misc::Off Topic
02-24-2004, 10:13 AM
Replies:
15
Anime / Manga FAQ [v0.5]
Views:
14,659
Posted By
var1ety
My "must see" list is comprised of: Berserk ...
My "must see" list is comprised of:
Berserk
Hajime no Ippo
Hikaru no Go
Kimi ga Nozomu Eien
Lain
======
Forum:
Archive::General Support
02-24-2004, 05:43 AM
Replies:
6
MMF.h Compile problem
Views:
4,012
Posted By
var1ety
FreeBSD specific problem. Comment out the semun...
FreeBSD specific problem. Comment out the semun definition and you will be fine. Further, search for FreeBSD ine the forums and examine the patches I made to allow EQEmu to compile on FreeBSD...
Forum:
Archive::Linux Servers
02-22-2004, 05:08 AM
Replies:
16
Linux Vs windows
Views:
13,473
Posted By
var1ety
The EMU might compile fine on OpenBSD if it had...
The EMU might compile fine on OpenBSD if it had the required ports available - namely linuxthreads and gcc 3.2+. However, it's probably easier to get it running on FreeBSD 5.x, as it comes with the...
Forum:
Archive::Development
01-27-2004, 01:01 PM
Replies:
1
NPC titles?
Views:
3,103
Posted By
var1ety
this thread might be of interest ...
this thread might be of interest
http://www.eqemulator.net/forums/viewtopic.php?t=12362&sid=7d34d8f5f250084ec2aae2cdf8832fdd
Forum:
Archive::Development
01-26-2004, 01:39 PM
Replies:
5
Bard fixes (against Shawn319's cvs)
Views:
6,145
Posted By
var1ety
There are various pieces of equipment that have...
There are various pieces of equipment that have bard song modifiers, so it isn't sufficient to only check primary and secondary slots for instruments. Additionally, instruments (or items with...
Forum:
Archive::General Support
01-23-2004, 03:50 PM
Replies:
21
Looking for 0.5.3-DR3 download
Views:
8,491
Posted By
var1ety
The OP just wants to know where he can find the...
The OP just wants to know where he can find the latest version, which is far from unreasonable, and it can't be grouped into the same category as someone looking where to download any version....
Forum:
Archive::Development
01-22-2004, 05:07 AM
Replies:
1
LogLevel Field in the Variables Table
Views:
3,455
Posted By
var1ety
8 logs only GM ( 100 <= n < 200 ) As...
8 logs only GM ( 100 <= n < 200 )
As for the other fields:
Logging of trades is detailed in zone/mob.cpp, lines 2478-2516.
Logging of player looting is detailed in zone/PlayerCorpse.cpp,...
Forum:
Archive::Development
01-21-2004, 05:51 PM
Replies:
5
makefile for more targets
Views:
4,129
Posted By
var1ety
I thought that because of endian problems eqemu...
I thought that because of endian problems eqemu was incompatible with systems that were not intel-endian, such as sparc?
Forum:
Archive::Development
01-21-2004, 02:30 PM
Replies:
5
makefile for more targets
Views:
4,129
Posted By
var1ety
According to gcc's manpage i686 encompasses...
According to gcc's manpage i686 encompasses everything from pentium pro onwards, so this command would only be relevant if you were running on a non-pro pentium (i586), a 486 (i486), or a 386 (i386)....
Forum:
Archive::Tools
01-18-2004, 10:44 AM
Replies:
1
PHP Interface
Views:
3,939
Posted By
var1ety
Edit: This post concerns player statistics...
Edit: This post concerns player statistics (strength, constitution, etc), bank account, worn equipment, etc. This, however, does not report players online, or anything like that - if that's what you...
Forum:
Archive::Development
01-18-2004, 05:37 AM
Replies:
5
Bard fixes (against Shawn319's cvs)
Views:
6,145
Posted By
var1ety
Variety of files - zone/spells.cpp, i think there...
Variety of files - zone/spells.cpp, i think there is some in client_process.cpp, maybe a handful of others. You can apply the patch with unix's patch(1) utility, I'm unsure of what method windows...
Forum:
Archive::Development
01-16-2004, 07:10 PM
Replies:
5
Bard fixes (against Shawn319's cvs)
Views:
6,145
Posted By
var1ety
Bard fixes (against Shawn319's cvs)
Patches are against Shawn319's CVS from January 12th, 2004.
Line numbers might not match exactly, since I had applied the FreeBSD
patch first, but patch(1) should be able to sort things out..
...
Forum:
Archive::Development
01-16-2004, 06:05 PM
Replies:
7
Files with Dev-CPP and FreeBSD compile changes
Views:
4,129
Posted By
var1ety
FreeBSD part works fine, as per my original...
FreeBSD part works fine, as per my original patch.
Dumped cores when I first tried to run the new binary, but that happens whenever I do a complete recompile..it seems to happen around loading...
Forum:
Archive::Development
01-14-2004, 07:20 PM
Replies:
7
Files with Dev-CPP and FreeBSD compile changes
Views:
4,129
Posted By
var1ety
here's to hoping this stuff gets squeezed in for...
here's to hoping this stuff gets squeezed in for the next major release =)
Forum:
Archive::Tools
01-14-2004, 03:51 PM
Replies:
10
The Long Due Item Editor 1.7!
Views:
5,031
Posted By
var1ety
I've been using the Item Editor since 1.5, and it...
I've been using the Item Editor since 1.5, and it has been very useful for me. It's a great reference tool when writing code, and it's helped me with understanding - keep up the great work.
I wish...
Forum:
Archive::General Support
01-13-2004, 12:13 PM
Replies:
10
lost my original EQ and kunark discs
Views:
4,464
Posted By
var1ety
You can download the EQ trilogy off EQ's ftp. ...
You can download the EQ trilogy off EQ's ftp.
See this post from Google Groups for the address
www.I_need_to_read_the_rules_because_If_i_keep_breaking_them_I_will_be_banned.com
Forum:
Archive::Development
01-09-2004, 11:57 AM
Replies:
0
FreeBSD compatibility for Shawn319's cvs
Views:
3,834
Posted By
var1ety
FreeBSD compatibility for Shawn319's cvs
Updated patch for FreeBSD compatibility against Shawn319's CVS, as of Jan 09, 2003.
Changes are opt-in by defining FREEBSD at compile time - although the majority of changes were in the...
Forum:
Archive::Development
01-01-2004, 03:49 PM
Replies:
2
Patch to compile crc32.cpp on GCC 3.3.x
Views:
4,538
Posted By
var1ety
eh
Eh, patch doesn't work for me. Already talked to Daeken in IRC, so he's aware of it. Temporarily fix for people that have to use gcc 3.3.x is to comment out the offending ASM, and use the C code...
Forum:
Archive::Development
01-01-2004, 06:21 AM
Replies:
2
Full compatibility patches for FreeBSD 5.2rc2 (0.5.3dr2)
Views:
7,038
Posted By
var1ety
crc
Eh, the CRC code in the patch doesn't work. It compiles fine but it doesn't compute the CRC correctly when people connect. The CRC code in the patch attached is actually incomplete, but even the...
Forum:
Archive::Development
12-26-2003, 09:12 PM
Replies:
2
Full compatibility patches for FreeBSD 5.2rc2 (0.5.3dr2)
Views:
7,038
Posted By
var1ety
crc32.cpp
If gcc 3.2.x complains about the changes to crc32.cpp you can edit them out of the diff, or overwrite common/crc32.cpp with common/crc32.cpp.orig.
Forum:
Archive::Linux Servers
12-26-2003, 09:10 PM
Replies:
17
FreeBSD 5.1 Compile of 0.4.4 Release
Views:
9,889
Posted By
var1ety
freebsd
Smells like you're using libstdc++ instead of liblstdc++ to link your final executable. This fun problem only manifests itself on 5.x, and is documented in the README.FreeBSD file in...
Showing results 1 to 25 of 59
Page 1 of 3
1
2
3
>
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
06:51 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 - 2025, Jelsoft Enterprises Ltd.
Template by
Bluepearl Design
and
vBulletin Templates
- Ver3.3