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 4 of 10
<
1
2
3
4
5
6
7
8
>
Last
»
Showing results 76 to 100 of 241
Search took
0.01
seconds; generated 92 minute(s) ago.
Search:
Posts Made By:
sfisque
Forum:
Support::Linux Servers
08-29-2007, 10:19 AM
Replies:
8
Linux Build (1035)
Views:
9,550
Posted By
sfisque
Linux Build (1035)
there is a bug in the makefile for ./zone in the 1035 (and possibly further back) build.
the culprit is a pair of "hard coded" references to mysql:
these two lines:
...
Forum:
General::General Discussion
08-29-2007, 03:25 AM
Replies:
124
Hacker
Views:
100,185
Posted By
sfisque
back to the primary point. what is the poop...
back to the primary point.
what is the poop on this exploit and the possible patch that may or may not exist.
== sfisque
Forum:
General::General Discussion
08-27-2007, 02:53 PM
Replies:
124
Hacker
Views:
100,185
Posted By
sfisque
this really begs the question though. if there...
this really begs the question though. if there is something exploitable, why is the patch not made available, regardless if it was rejected by any inner circle. by that argument, organizations like...
Forum:
Support::Windows Servers
08-23-2007, 05:24 AM
Replies:
20
new binaries
Views:
18,670
Posted By
sfisque
you mentioned overwriting world.exe and zone.exe....
you mentioned overwriting world.exe and zone.exe. did you also update the EMuShareMem module? not sure what its called on windows, but i know if you dont update it on linux when updating the other...
Forum:
Development::Development
08-22-2007, 07:21 AM
Replies:
29
Harmony/Lull temporary fix
Views:
20,962
Posted By
sfisque
the bard and druid in our merry band i'm sure...
the bard and druid in our merry band i'm sure will put this code modifcation thorugh the ringer. i'll post any wierdnesses or issues as i find them. much thanks to all who put this fix together.
...
Forum:
General::News
08-21-2007, 08:12 AM
Replies:
119
EQEmu losing hosting
Views:
91,360
Posted By
sfisque
HEY! we resemble that remark! :P ==...
HEY! we resemble that remark!
:P
== sfisque
Forum:
Development::Development
08-21-2007, 07:55 AM
Replies:
4
damage reduction
Views:
6,422
Posted By
sfisque
not sure if this is pertinent, but for anyone...
not sure if this is pertinent, but for anyone interested in updating the combat swing code, i found this info at steelwarrior:
http://www.thesteelwarrior.org/forum/showthread.php?t=13
mostly...
Forum:
Support::Windows Servers
08-21-2007, 07:52 AM
Replies:
20
new binaries
Views:
18,670
Posted By
sfisque
i havent upgraded in a bit, but one thing to...
i havent upgraded in a bit, but one thing to ALWAYS check is the changelog, because if the database schema changes (table mods, columns getting added/modified/deleted, etc.) the binary will generally...
Forum:
Misc::Off Topic
08-09-2007, 05:54 AM
Replies:
21
Wrath of the Lich King
Views:
17,928
Posted By
sfisque
kewl. mind if i pick your brain for some mangos...
kewl. mind if i pick your brain for some mangos help. trying to cobble together a "classic" server for me and some family/friends and unfortunately, most of the tutorial/guides i found are either...
Forum:
Misc::Off Topic
08-08-2007, 04:34 AM
Replies:
21
Wrath of the Lich King
Views:
17,928
Posted By
sfisque
biggest rush in EQ Live: first successful Fear...
biggest rush in EQ Live: first successful Fear break in as the only enchanter on a 17 man raid (we were a small guild, avg level on the raid was 56ish). the only way we made it through break: i had...
Forum:
Development::Development
08-07-2007, 05:00 PM
Replies:
2
make depend?
Views:
5,590
Posted By
sfisque
the issue wasnt platform type. the issue was i...
the issue wasnt platform type. the issue was i tar'ed up the dir, formatted, installed new OS, and untar'ed the directory.
basically, the .depend files had stale references and there was no way...
Forum:
Development::Development
08-07-2007, 08:48 AM
Replies:
2
make depend?
Views:
5,590
Posted By
sfisque
make depend?
it would probably be a good idea to add a "depend" target to the top level makefile. i would add it myself, but i'm pretty much a nub WRT makefile crafting.
when unpacked my server into its new...
Forum:
Support::Linux Servers
08-07-2007, 08:09 AM
Replies:
4
slackware 11.0 compile
Views:
6,358
Posted By
sfisque
well, found that the subtending Makefiles in the...
well, found that the subtending Makefiles in the subdirs have a "depend" target.
i'm getting alot of:
cc1plus: warning: command line option "-Wdeclaration-after-statement" is valid for C/ObjC...
Forum:
Support::Linux Servers
08-07-2007, 08:06 AM
Replies:
4
slackware 11.0 compile
Views:
6,358
Posted By
sfisque
ah, found the culprit. .depend is looking...
ah, found the culprit.
.depend is looking for it. i didnt find a "depend" target in the top level Makefile. how do i regenerate the depends in its absence?
== sfisque
Forum:
Support::Linux Servers
08-07-2007, 08:00 AM
Replies:
4
slackware 11.0 compile
Views:
6,358
Posted By
sfisque
slackware 11.0 compile
just upgraded my server OS to slackware 11.0 (from 10.2). never saw this error before:
*** No rule to make target `/usr/lib/perl5/5.8.7/i486-linux/CORE/EXTERN.h', needed by `EQW.o'. Stop.
...
Forum:
Misc::Off Topic
08-06-2007, 01:47 PM
Replies:
21
Wrath of the Lich King
Views:
17,928
Posted By
sfisque
as a retired WoWer as well as having done the...
as a retired WoWer as well as having done the original eq-live tenure, i can say this...
on a WoW raid, you can tell the difference between someone who started on WoW and someone who migrated from...
Forum:
Development::Feature Requests
08-06-2007, 01:38 PM
Replies:
10
spawning at certain percentage of health
Views:
12,583
Posted By
sfisque
add: sub EVENT_SPAWN { #sets the...
add:
sub EVENT_SPAWN
{
#sets the HP event signal for 80% health
quest::setnexthpevent(80);
}
Forum:
Development::Feature Requests
08-06-2007, 09:13 AM
Replies:
10
spawning at certain percentage of health
Views:
12,583
Posted By
sfisque
yes EVENT_HP will do this quite well. some...
yes EVENT_HP will do this quite well. some points to note:
1) the spawned mobs will need to be tuned for aggro. if they spawn and are green to the players they might just stand there and watch...
Forum:
Quests::Completed
08-06-2007, 08:06 AM
Replies:
12
Shaman Cannibalize II
Views:
13,272
Posted By
sfisque
one request i'd like to make: streamline the...
one request i'd like to make:
streamline the faction entries. currently the faction data is set up as one faction entry per npc_type entity, which is highly inefficient. there doesnt need to be...
Forum:
General::General Discussion
08-06-2007, 06:50 AM
Replies:
26
Some thoughts on XP, Drops, etc.
Views:
17,336
Posted By
sfisque
the concept is simple. wind and buddies are...
the concept is simple.
wind and buddies are not looking to "replace" the soe client. they're looking to open up the architecture so that people who want to craft their own worlds are not hemmed...
Forum:
Quests::Completed
08-04-2007, 02:58 AM
Replies:
12
Shaman Cannibalize II
Views:
13,272
Posted By
sfisque
even after PoP came out, the OT quests were worth...
even after PoP came out, the OT quests were worth it, just for the hammer. i cant tell you how many times i hunted in PITA locations like sebilis and used the hammer to go home because i was bound...
Forum:
Quests::Completed
08-03-2007, 04:44 AM
Replies:
12
Shaman Cannibalize II
Views:
13,272
Posted By
sfisque
one thing to note wrt to the VS faction. ...
one thing to note wrt to the VS faction. different zones had different hit levels.
case in point:
on live, many years ago:
my troll shaman hunted in kaesora several times, going from...
Forum:
General::General Discussion
07-28-2007, 01:41 PM
Replies:
59
Anniversary Edition Support
Views:
49,829
Posted By
sfisque
problem is, titanium is becoming a "diminishing...
problem is, titanium is becoming a "diminishing resource". its not available commercially, and eventually, the ebay copies will run out.
moving to a newer baseline that is stable (assuming the...
Forum:
Quests::Q&A
07-26-2007, 02:51 AM
Replies:
6
Armor quest script
Views:
8,485
Posted By
sfisque
if in doubt, always run your quest script against...
if in doubt, always run your quest script against the PERL interpreter natively from command line. if it exits quietly, the quest at least is syntactically correct.
if you get output like, say:...
Forum:
General::General Discussion
07-24-2007, 12:06 PM
Replies:
13
Computer Question
Views:
8,119
Posted By
sfisque
yah, to be honest, unless you're looking at...
yah, to be honest, unless you're looking at hosting tons of players, a moderately stoked server will run the emu and you can even host the DB on commodity hardware (i host on a amd sempron 3000+ 1gig...
Showing results 76 to 100 of 241
Page 4 of 10
<
1
2
3
4
5
6
7
8
>
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
05:56 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