Go Back   EQEmulator Home > EQEmulator Forums > Search Forums

Showing results 101 to 125 of 500
Search took 0.05 seconds; generated 77 minute(s) ago.
Search: Posts Made By: sdabbs65
Forum: General::Server Discussion 11-07-2006, 03:56 AM
Replies: 11
Views: 9,978
Posted By sdabbs65
Thats the problem I have. without the map files...

Thats the problem I have.
without the map files you get hung in a state of suspension.

player is below world moveing to safeloc 0 0 0.
endless loop.
Forum: Support::General Support 11-07-2006, 12:59 AM
Replies: 17
Views: 15,483
Posted By sdabbs65
..

in the eqclient.ini
Try changing ParticleDensity=0 to ParticleDensity=1 and saving the change.
despite all its problems, it is still an enjoyable experience now that we have a few new zones to play...
Forum: General::Server Discussion 11-07-2006, 12:53 AM
Replies: 9
Views: 9,898
Posted By sdabbs65
.

if you don''twant to dig up that silly sleep command
theres work arounds for it.
Windows XP does not come with such a command, there are tricks to emulate it, such as a 'ping' command trick to...
Forum: Misc::Off Topic 11-07-2006, 12:40 AM
Replies: 8
Views: 8,037
Posted By sdabbs65
More Info.

Agh I got cut off anyways... heres the rest of the story...

The code is demonstrated here.

http://www.codeproject.com/cpp/DiffieHellmanExample.asp
Forum: Misc::Off Topic 11-07-2006, 12:36 AM
Replies: 8
Views: 8,037
Posted By sdabbs65
code.

Im not much of a decoder I useally break things <G>..
but let me point you in the right direction,
standards such as Diffie-Hillman key exchange, Authenticated Header, Encapsulating Security...
Forum: General::Server Discussion 10-31-2006, 05:27 AM
Replies: 10
Views: 7,926
Posted By sdabbs65
..

Welcome to the.
<<not a lot of time club>>. :)
Forum: Development::Database/World Building 10-31-2006, 05:24 AM
Replies: 9
Views: 7,853
Posted By sdabbs65
zone ?

Zone in is the caves and go to the deepest cave. The zone-out is a tree in the far corner.
the PEQ loc listing is as follows.

INSERT INTO zone_points VALUES...
Forum: Development::Tools 10-26-2006, 05:40 AM
Replies: 14
Views: 13,209
Posted By sdabbs65
.

Got it to work for zone yxtta and put the map in the maps folder.
still tells me player is under world moviing to safe loc even thos i changed the safeloc to where a spawnpoit is and I can see the...
Forum: General::Server Discussion 10-26-2006, 05:36 AM
Replies: 2
Views: 5,840
Posted By sdabbs65
..

I see 4 in the server listing.
Forum: General::Server Discussion 10-24-2006, 11:25 PM
Replies: 17
Views: 12,247
Posted By sdabbs65
from a Gnoll in Highpass and Blackburrow. and...

from a Gnoll in Highpass and Blackburrow. and also the orcs in s-ro used to tell me a different version.

Bark Bark! You've ruined your own lands, you'll not ruin mine!

also the Druids in...
Forum: General::Server Discussion 10-24-2006, 03:12 AM
Replies: 17
Views: 12,247
Posted By sdabbs65
...

There is no such thing as getting on a perfered Server Listing by keeping you server uptime over 90%....
it's if your liked or not by the ServOp.
theres a little admin login button on the main...
Forum: Quests::Q&A 10-23-2006, 12:28 AM
Replies: 4
Views: 8,022
Posted By sdabbs65
...

My problem was caused by stupidity.
when I sourced in some old database's the grabnpc.pl changed there
ID's to something higher than it was before.
I dont think I ever really had an issue I just...
Forum: General::General Discussion 10-23-2006, 12:25 AM
Replies: 2
Views: 5,628
Posted By sdabbs65
items

No if you mess with the items you have to restart the server because everything reads those tables.
Forum: General::Server Discussion 10-23-2006, 12:23 AM
Replies: 17
Views: 12,247
Posted By sdabbs65
zones

You will get a lot of people say this or that Server is better, but the truth is you really need to check them all out yourself before commiting to a Server.
my Server has spawns up to OOW.
we have...
Forum: Quests::Q&A 10-19-2006, 05:35 AM
Replies: 4
Views: 8,022
Posted By sdabbs65
Convert was missing.... looks like it converts...

Convert was missing.... looks like it converts names into numbers in the quest system. hmm it seems to be just a file with no extension named to it...
going to rename it to .pl see if that solves it.
Forum: Misc::Screenshots 10-19-2006, 03:16 AM
Replies: 22
Views: 23,535
Posted By sdabbs65
..

that ftp site is down dude...

\__/)
(='.'=) This is Bunny. Copy and paste bunny into
(")_(") your signature to help him gain world domination.
Forum: Quests::Q&A 10-18-2006, 04:45 AM
Replies: 4
Views: 8,022
Posted By sdabbs65
.

All quests seem to be broke for me.
default.pl only works in the quests dir and it should be in the eqemu dir.
and when I hail them they turn to speak... but the cat has there tounge.
no errors in...
Forum: General::General Discussion 10-18-2006, 04:40 AM
Replies: 3
Views: 5,621
Posted By sdabbs65
Back

[QUOTE=Belfedia]Back from hollidays !!!

I see that there were many improvements and newcomers.

QUOTE]

We are just gearing up for the holidays here in another month.
then we will all be gone...
Forum: Misc::Off Topic 10-17-2006, 11:31 PM
Replies: 7
Views: 8,037
Posted By sdabbs65
you can find it on my ftp server... if you...

you can find it on my ftp server...

if you tried im not pming eveyone here with the file.
EQEMU Members: 68,790
Forum: Quests::Q&A 10-12-2006, 06:05 AM
Replies: 5
Views: 7,910
Posted By sdabbs65
.

Ah yes I have the S2K source that explains it.
if you knew what it ment tho it says.
if ($text=~/money/i && $status==255
that means if your status is 255 and you say "money" he will give you...
Forum: Quests::Q&A 10-12-2006, 01:01 AM
Replies: 5
Views: 7,910
Posted By sdabbs65
The Gambler.pl

I do not know who made this but you can use it.

---------------------------------------------------

sub EVENT_ITEM {
if($platinum>99) {
quest::say("ahh you have decided to gamble guess a...
Forum: Development::Database/World Building 10-10-2006, 11:51 PM
Replies: 2
Views: 5,191
Posted By sdabbs65
..

I SQL5 isn't compatable with order database type of SQL4.
I had to change the password feature to get it to work correctly.
because the new version encrypts the passwords differently.also
My local...
Forum: General::Server Discussion 10-10-2006, 11:43 PM
Replies: 5
Views: 6,879
Posted By sdabbs65
..

And 6 cases of beer and 20 collage chicks.
Forum: General::General Discussion 10-10-2006, 11:41 PM
Replies: 101
Views: 66,019
Posted By sdabbs65
..

I been working on the code for 6 months trying to get it updated to version 7.0.
I do run a clone of it but it's totaly different from the orginal one so I say go ahead and have at it.
Forum: General::General Discussion 10-10-2006, 11:38 PM
Replies: 101
Views: 66,019
Posted By sdabbs65
..

I kept all your old chars around for 6 months.
nobody claimed them so they got wiped.
S2K is still alive and well.... just in another fourm now with a lot more custom zones and items.
Showing results 101 to 125 of 500

 
Forum Jump
   

All times are GMT -4. The time now is 07:58 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