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 6 of 10
«
First
<
2
3
4
5
6
7
8
9
10
>
Showing results 126 to 150 of 241
Search took
0.01
seconds; generated 18 minute(s) ago.
Search:
Posts Made By:
sfisque
Forum:
Support::General Support
06-20-2007, 09:18 AM
Replies:
58
The SSSE form of the eqgame.exe error and cause
Views:
54,710
Posted By
sfisque
is it possible that servers with names that...
is it possible that servers with names that contain "questionable" characters, like hi-bit ascii or similar could be the culprit? since the majority of servers come and go, this would be a possible...
Forum:
Support::General Support
06-20-2007, 03:29 AM
Replies:
58
The SSSE form of the eqgame.exe error and cause
Views:
54,710
Posted By
sfisque
oh man, i had a chuckle at this. i know its a...
oh man, i had a chuckle at this. i know its a serious matter... but...
to think that eqemu has been having issues because "of its success", is mildly amusing in a good way. to think that we have...
Forum:
Quests::Q&A
06-15-2007, 04:58 AM
Replies:
20
ChooseRandom issue:
Views:
19,451
Posted By
sfisque
if you stuff them into a list, and just randomize...
if you stuff them into a list, and just randomize the index, the code would be more modular and reusable across other mobs (you could even turn it into a plugin.pl type mod).
== sfisque
Forum:
Quests::Q&A
06-13-2007, 05:56 AM
Replies:
20
ChooseRandom issue:
Views:
19,451
Posted By
sfisque
NPNP keep us posted on what you find (if...
NPNP
keep us posted on what you find (if srand/rand work or not) and stuff. i'm always eager to learn more about what the quest engine can handle.
== sfisque
Forum:
Quests::Q&A
06-13-2007, 04:34 AM
Replies:
20
ChooseRandom issue:
Views:
19,451
Posted By
sfisque
assuming rand/srand dont work, you can do...
assuming rand/srand dont work, you can do something like create "global variables" in the perl script of the
quest, something like:
$SEED = int( $npc->GetX() );
$NUMBER_OF_PHRASES = 7;
...
Forum:
General::News
06-12-2007, 10:05 AM
Replies:
24
On New Server Now
Views:
21,586
Posted By
sfisque
the 0.6.2 client is a "frozen" version from many...
the 0.6.2 client is a "frozen" version from many patches ago. at some point in the past the Emu was made compatible with a specific client version, and people were instructed not to patch to live...
Forum:
General::Server Discussion
06-12-2007, 09:59 AM
Replies:
7
Macintosh Everquest Client
Views:
13,567
Posted By
sfisque
i would guess the macintosh client is not...
i would guess the macintosh client is not compatible with eqemu, since the mac clients had their own separate servers (they never ever operated in a mixed PC/Mac environment) and thus probably were...
Forum:
General::News
06-12-2007, 09:51 AM
Replies:
24
On New Server Now
Views:
21,586
Posted By
sfisque
unless you have the "magical 0.6.2 client" or a...
unless you have the "magical 0.6.2 client" or a fresh install of Titanium, all bets are off. EqEmu only "officially" supports those two clients.
i cannot stress this enough. we get a bajillion...
Forum:
General::News
06-12-2007, 09:37 AM
Replies:
24
On New Server Now
Views:
21,586
Posted By
sfisque
are you using a clean install of Titanium? ...
are you using a clean install of Titanium?
is it your server that is hanging or does this happen with any server you select?
does the client actually crash, just hang at a blank screen, or...
Forum:
General::News
06-12-2007, 08:50 AM
Replies:
24
On New Server Now
Views:
21,586
Posted By
sfisque
1) are you using a CLEAN install of Titanium...
1) are you using a CLEAN install of Titanium client?
2) are you using MiniLogin or the public Login Server?
3) is your server list empty or do you see your server (and other servers if you're...
Forum:
Support::Windows Servers
06-12-2007, 05:02 AM
Replies:
12
Latest Server Build?
Views:
8,629
Posted By
sfisque
follow up question. i recall seeing a recent...
follow up question.
i recall seeing a recent posting (i think it was FNW) that mentioned svn. i know the sourceforge repository is cvs, so i'm curious if there is a newer or fresher repository...
Forum:
General::News
06-12-2007, 04:59 AM
Replies:
24
On New Server Now
Views:
21,586
Posted By
sfisque
LMFAO i know i can count on you guys to give...
LMFAO
i know i can count on you guys to give me a good chuckle at work.
cheers!
== sfisque
Forum:
Support::Windows Servers
06-11-2007, 08:50 AM
Replies:
4
zone not ready, adding/removing zones
Views:
6,965
Posted By
sfisque
what does logs/zone say. in the logs dir, in...
what does logs/zone say.
in the logs dir, in addition to the "world" log file there is a "zone" log file as well. see what errors are being reported there when you try to zone in. my guess would...
Forum:
Development::Database/World Building
06-07-2007, 10:58 AM
Replies:
7
Changing special attacks quickly
Views:
7,186
Posted By
sfisque
mysql supports a concat function, you might be...
mysql supports a concat function, you might be able to use something like:
UPDATE `npc_types`
SET `npcspecialattks`= concat( `npcspecialattks`, 'F' )
WHERE `level` > 35 AND...
Forum:
General::News
06-06-2007, 09:44 AM
Replies:
24
On New Server Now
Views:
21,586
Posted By
sfisque
surprising. before the move i NEVER got the...
surprising. before the move i NEVER got the dialog box failure that has been dubbed the SSSE, in about 9 monthes of tooling around with the emu. now all of sudden i get it and fairly frequently. i...
Forum:
Support::Linux Servers
06-06-2007, 03:44 AM
Replies:
2
User migration
Views:
6,627
Posted By
sfisque
User migration
curious if anyone has any experience with upgrading an existing DB with a new snapshot (PEQ in this case) while trying to preserve accounts/characters/inventories. i'm thinking of upgrading from...
Forum:
General::News
06-06-2007, 03:38 AM
Replies:
24
On New Server Now
Views:
21,586
Posted By
sfisque
kind of begs the question, if we moved servers,...
kind of begs the question, if we moved servers, why was the code twiddled with. wouldnt it have been prudent ( i know its now water under the bridge)
to migrate the existing snapshot to the new...
Forum:
General::Server Discussion
06-05-2007, 10:02 AM
Replies:
17
What does it take to run your own server?
Views:
13,570
Posted By
sfisque
on the repack concept, i'd say its a good idea,...
on the repack concept, i'd say its a good idea, if it were packaged as a "try it out and see if you like it" kind of product. make it "shrink wrap" for a mini-login solo box setup, with the clearly...
Forum:
General::General Discussion
06-05-2007, 03:28 AM
Replies:
9
Questions from a new member.
Views:
11,571
Posted By
sfisque
there is one bug with rowboats atm, though, it...
there is one bug with rowboats atm, though, it might be a database issue.
i had a fun little duel with one of the rowboats in Lake Rathe other day. i targetted it, cast a spell on it, and it felt...
Forum:
Quests::Q&A
06-04-2007, 03:49 AM
Replies:
7
Error Compiling Quest File...
Views:
8,928
Posted By
sfisque
did you install/reinstall PERL on the machine. i...
did you install/reinstall PERL on the machine. i ask because if you formatted the drive, then you'd have to reinstall PERL (assuming windows, since most linux distros auto include PERL in a default...
Forum:
Support::General Support
05-30-2007, 05:17 AM
Replies:
7
Quest not working
Views:
7,607
Posted By
sfisque
executing directly from CLI: Missing right...
executing directly from CLI:
Missing right curly or square bracket at ./trial.pl line 119, at end of line
syntax error at ./trial.pl line 119, at EOF
Execution of ./trial.pl aborted due to...
Forum:
Support::General Support
05-30-2007, 05:06 AM
Replies:
7
Quest not working
Views:
7,607
Posted By
sfisque
elsif works fine. (remember, perl uses elsif, not...
elsif works fine. (remember, perl uses elsif, not "else if" like java or c or c++)
logical operators should work fine as well.
as a rule of thumb,i usually test by executing the script from the...
Forum:
Support::General Support
05-27-2007, 04:56 AM
Replies:
17
New PDF Server Creation Guide
Views:
15,869
Posted By
sfisque
might want to try loading it up in OpenOffice. ...
might want to try loading it up in OpenOffice. OO has an "export to PDF" option that i have found to be quite good.
== sfisque
Forum:
Quests::Q&A
05-22-2007, 11:25 AM
Replies:
1
need someone with some patience...help with soul binders
Views:
5,749
Posted By
sfisque
read the wiki. tons of info (though some might...
read the wiki. tons of info (though some might be out of date, YMMV)
use the forum search feature. the forum has a bunch of good info if you're willing to dig.
read the wiki.
join the IRC...
Forum:
Development::Bug Reports
05-22-2007, 11:21 AM
Replies:
4
Server Rules - regeneration not having an effect?
Views:
5,875
Posted By
sfisque
stats are in one of the BLOBs i think. deity...
stats are in one of the BLOBs i think. deity might also be as well.
== sfisque
Showing results 126 to 150 of 241
Page 6 of 10
«
First
<
2
3
4
5
6
7
8
9
10
>
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:10 AM
.
-- 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