Go Back   EQEmulator Home > EQEmulator Forums > Search Forums

Showing results 1 to 25 of 241
Search took 0.01 seconds.
Search: Posts Made By: sfisque
Forum: Quests::Q&A 01-30-2008, 06:58 AM
Replies: 10
Views: 3,332
Posted By sfisque
for 1) i'm not sure the quest framework has a...

for 1) i'm not sure the quest framework has a "delay" mechanism. what you could try to do is have an npc at the first destination that triggers (via proximity, hail, flag, etc.) and sends the player...
Forum: Support::General Support 01-30-2008, 06:54 AM
Replies: 10
Views: 3,834
Posted By sfisque
looks like you're missing a schema change. check...

looks like you're missing a schema change. check the "changelog" file to see if there are any "sql" code fragments that you need to execute against your database to add the missing column.

==...
Forum: Misc::Off Topic 01-17-2008, 03:47 AM
Replies: 10
Views: 6,366
Posted By sfisque
the trick is to be soooo damn hot, that they...

the trick is to be soooo damn hot, that they never look at your feet. :P

== sfisque
Forum: Development::Development 01-17-2008, 03:45 AM
Replies: 27
Views: 7,374
Posted By sfisque
probably better implemented with a flag (column),...

probably better implemented with a flag (column), rather than injecting it into the existing name column. IIRC, you could opt out of having the name, and also there were custom names given to people...
Forum: Misc::Off Topic 01-11-2008, 07:47 AM
Replies: 10
Views: 6,366
Posted By sfisque
must agree on the "toy" reference (man its been...

must agree on the "toy" reference (man its been ages since i heard windoze called a 'toy').

been running slackware for over 10 years myself, and TBH, yeah, its a bear when you first start out, but...
Forum: Support::General Support 01-11-2008, 07:36 AM
Replies: 1
Views: 2,378
Posted By sfisque
not to be a grinch, but if you "search" the...

not to be a grinch, but if you "search" the forum, this question is asked ad nauseum, and the answer is a definitive... NO. if by some chance you get it to work, kudos, but the ONLY supported...
Forum: Misc::Off Topic 01-08-2008, 05:58 AM
Replies: 10
Views: 6,366
Posted By sfisque
the problem i saw with ascent is they only build...

the problem i saw with ascent is they only build for windows and the setup guides all assume windows. mangos, otoh, supports windoze and linux, with many contributors on both sides of the fence.
...
Forum: Support::Linux Servers 01-07-2008, 06:33 AM
Replies: 11
Views: 4,240
Posted By sfisque
linux will give you the following, if you're...

linux will give you the following, if you're moving from windows:

a) better security options (you can run the emu as a low security user, and even chroot it if you're extra paranoid).

b) better...
Forum: Support::Linux Servers 12-30-2007, 10:59 PM
Replies: 6
Views: 4,185
Posted By sfisque
some general good security tasks for hardening: ...

some general good security tasks for hardening:

1) turn off telnet and ftp in inetd.

2) set up keypair authentication for ssh access.

3) once you have keypairs set up, turn off password...
Forum: Quests::Q&A 12-30-2007, 06:57 AM
Replies: 7
Views: 3,290
Posted By sfisque
yah cripp caught it. remember: => is an...

yah cripp caught it.

remember:

=> is an assignment operator for hashes:

e.g.
%aHash = ( a => value_of_a );

using >= is much safer and removes ambiguity.
Forum: Development::Tools 12-27-2007, 05:03 AM
Replies: 2
Views: 3,401
Posted By sfisque
well, since eqemu builds with gcc, you could try...

well, since eqemu builds with gcc, you could try installing cygwin (if you dont already have it) and maybe building using its gcc. not sure if it will explode, but worthy of an attempt if you're...
Forum: Support::Packetcollector 12-20-2007, 02:44 PM
Replies: 5
Views: 5,352
Posted By sfisque
wireless (even encrypted) is much more crackable...

wireless (even encrypted) is much more crackable (no need to do arp poisoning). this is why most enterprises DMZ wireless and require VPN tunnels for these nodes to access internal network...
Forum: General::Server Discussion 12-12-2007, 08:56 AM
Replies: 3
Views: 2,704
Posted By sfisque
are your ports forwarded properly? if you are...

are your ports forwarded properly? if you are unsure, search the forum, there are a ton of posts regarding which ports to forward through a router/firewall.

== sfisque
Forum: Development::Database/World Building 12-11-2007, 06:10 AM
Replies: 11
Views: 3,013
Posted By sfisque
a better way to do this is via the "GRANT"...

a better way to do this is via the "GRANT" command:

http://dev.mysql.com/doc/refman/5.0/en/adding-users.html

something like:


GRANT ALL on eqemu_database_name.* to...
Forum: Misc::Screenshots 12-03-2007, 09:56 AM
Replies: 26
Views: 12,434
Posted By sfisque
dont forget... CHAIN CELESTIAL HEAL!!!! ...

dont forget...

CHAIN CELESTIAL HEAL!!!!

-- Need More Sinzan!!!!!!!

== sfisque
Forum: Development::Database/World Building 11-28-2007, 04:35 AM
Replies: 21
Views: 6,007
Posted By sfisque
aye. a "thanks" post from cavedude is like...

aye. a "thanks" post from cavedude is like jesus' face on your toast. even if you're not a christian, you get a sense that someone "up there" is smiling :)

== sfisque
Forum: General::General Discussion 11-27-2007, 06:54 AM
Replies: 10
Views: 4,903
Posted By sfisque
arguably, it would be a terrible idea, since many...

arguably, it would be a terrible idea, since many servers dont restrict some or all of the GM commands.

hence you'd be able to #summon all sorts of insane gear, and then request a transfer to a...
Forum: Development::Server Code Submissions 11-21-2007, 06:22 AM
Replies: 20
Views: 6,832
Posted By sfisque
IIRC, Live didnt restrict npc's this way. i...

IIRC, Live didnt restrict npc's this way. i remember frog shamans sow'ing up in Sebilis as well as other npcs doing the same in other zones. they may have changed this at some point, but it was...
Forum: General::General Discussion 11-20-2007, 02:43 PM
Replies: 10
Views: 3,087
Posted By sfisque
IIRC, the paladin armor was "of Ro", the quest...

IIRC, the paladin armor was "of Ro", the quest was from the paladins in Rathe Mountains, required Sand of Ro and other drops.

monks did have the "sash" and "headband" quests for armor, which...
Forum: Development::Bug Reports 11-20-2007, 06:15 AM
Replies: 14
Views: 3,983
Posted By sfisque
ROFL an iffen it aint werked den.... uz a...

ROFL

an iffen it aint werked den.... uz a bigger hamma.





oh man, that gave me a good smile this morning...
Forum: Support::General Support 11-06-2007, 10:18 AM
Replies: 2
Views: 2,733
Posted By sfisque
its the dual processor issue. your mac book...

its the dual processor issue. your mac book probably has a core duo processor. search the forum for the "dual processor" fix. its pretty easy and worked for me. i actually use my macbook to dual...
Forum: Development::Development 11-01-2007, 06:23 AM
Replies: 19
Views: 5,767
Posted By sfisque
i can say, up to the release of LDON, mob regens...

i can say, up to the release of LDON, mob regens out of combat were probably in the range of 3-5 x what toons would regen.

i played a monk for several years on and off, and using FD was only good...
Forum: Development::Database/World Building 10-27-2007, 10:16 AM
Replies: 18
Views: 35,854
Posted By sfisque
they must have changed some of that stuff. ...

they must have changed some of that stuff.

from what i remember (this goes back to about 1 year after ldon went live, when i retired from eq).

if you camped out, and came back in after the...
Forum: Development::Development 10-25-2007, 03:16 PM
Replies: 35
Views: 12,381
Posted By sfisque
TBH, i share the view that ldon and missions are...

TBH, i share the view that ldon and missions are low priority. personally, i'd like to see standard content (spells, songs, etc.) fully operational. there are a host of standard (aka, in the game...
Forum: Support::Windows Servers 10-24-2007, 03:05 AM
Replies: 11
Views: 3,726
Posted By sfisque
fair enough... but as others pointed out,...

fair enough...

but as others pointed out, the irony was too good. couldnt resist. apologies, if i broke any rules.

:-P

== sfisque
Showing results 1 to 25 of 241

 
Forum Jump
   

All times are GMT -4. The time now is 08:25 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 - 2024, Jelsoft Enterprises Ltd.
Template by Bluepearl Design and vBulletin Templates - Ver3.3