Go Back   EQEmulator Home > EQEmulator Forums > Search Forums

Showing results 26 to 50 of 82
Search took 0.02 seconds; generated 96 minute(s) ago.
Search: Posts Made By: JrFaust
Forum: Support::Windows Servers 12-29-2006, 06:27 AM
Replies: 4
Views: 5,375
Posted By JrFaust
I downloaded the latest full database and made a...

I downloaded the latest full database and made a new character and I got just the startup items.

Thanks Angelox.

And I'll download that custom 4.x cleaner, anyone tell ya lately you rock.
...
Forum: Support::Windows Servers 12-28-2006, 03:19 PM
Replies: 4
Views: 5,375
Posted By JrFaust
Oops forgot to list that info yeah I'm running...

Oops forgot to list that info yeah I'm running the 4.x MySQL server.
I've basically got the setup via the Wiki guide.
I'll down load the new full version you don't need to make anything just for...
Forum: Support::Windows Servers 12-28-2006, 02:50 PM
Replies: 4
Views: 5,375
Posted By JrFaust
Question New characters with wrong and full inventory...

I've had this problem ever since I started my server. I've not paid too much attention to it because I can just dump the unwanted equipment. But I'd like to fix the issues if there is a fix.

My...
Forum: Support::General Support 12-26-2006, 04:15 PM
Replies: 2
Views: 5,713
Posted By JrFaust
I fixed my freeze issue by deleting the rules...

I fixed my freeze issue by deleting the rules record from my variables table.
Forum: Quests::Q&A 12-26-2006, 04:06 PM
Replies: 4
Views: 7,355
Posted By JrFaust
I do believe that you have a spelling mistake in...

I do believe that you have a spelling mistake in your if-then-else statement, els should be else if I'm not mistaken. As for the rest of the code I'm not sure on, but it looks like the start { and...
Forum: Misc::Off Topic 12-24-2006, 07:32 AM
Replies: 4
Views: 6,453
Posted By JrFaust
Smile Merry Christmas and Happy Holidays everyone. I...

Merry Christmas and Happy Holidays everyone.
I hope you all have a happy and safe New Years Eve as well!

Later,
Rob
Forum: Support::General Support 12-22-2006, 06:59 AM
Replies: 6
Views: 6,008
Posted By JrFaust
We need some more information, please. Is...

We need some more information, please.

Is your server and client the same PC?
What are the system specs?
Can you connect to the public servers, and zone?
What version of the server are you...
Forum: Development::Bug Reports 12-21-2006, 12:59 PM
Replies: 8
Views: 7,297
Posted By JrFaust
Man I wish I knew that a while ago I now can stop...

Man I wish I knew that a while ago I now can stop rebooting my server every time I make a quest change or want to test something. hehe

Thanks
Rob
Forum: Development::Bug Reports 12-21-2006, 12:42 PM
Replies: 8
Views: 7,297
Posted By JrFaust
I just tried I did it 20 times no lockup I get...

I just tried I did it 20 times no lockup I get the message "Clearing quest memory cache" but no lockup.

By the way what does that do?

Later,
Rob
Forum: Support::General Support 12-21-2006, 12:32 PM
Replies: 30
Views: 20,213
Posted By JrFaust
Ok I have to pipe up on this one. I am a...

Ok I have to pipe up on this one.

I am a computer tech I hear several times a day "I can't have any spyware on my system I don't go to those kind of sites." or "I'm running XYZ anti-spyware...
Forum: Quests::Q&A 12-21-2006, 12:11 PM
Replies: 5
Views: 6,445
Posted By JrFaust
Hummmmm

If you read this post before I edited it never mind I realize now why I'm not a programmer.

Any how that code does report user's gender, Woot.

Thanks for the help,
Rob
Forum: Quests::Q&A 12-20-2006, 03:04 PM
Replies: 5
Views: 6,445
Posted By JrFaust
Thanks for the help the code...

Thanks for the help the code $npc->GetBaseGender() does get the NPC's gender for me.
I now need to find a way to report the user's gender I tried the %O variable for say/shout which reports...
Forum: Quests::Q&A 12-19-2006, 12:53 PM
Replies: 5
Views: 6,445
Posted By JrFaust
Question Variable for gender?

Is there a variable for poling a PC's and or NPC's gender for use in quests?

Thanks for your time,
Rob
Forum: Quests::Q&A 12-14-2006, 03:26 PM
Replies: 4
Views: 6,631
Posted By JrFaust
I just tested the code below and that works just...

I just tested the code below and that works just as I wanted thank you Angelox and Cripp.

sub EVENT_SPAWN
{
$x = $npc->GetX();
$y = $npc->GetY();
$z = $npc->GetZ();...
Forum: Quests::Q&A 12-14-2006, 03:09 PM
Replies: 4
Views: 6,631
Posted By JrFaust
oh see I thought that the code ment the distance...

oh see I thought that the code ment the distance away from the NPC.

sub EVENT_SPAWN {
quest::set_proximity(0,30,0,30,0,30);
}

So that 0 would be right on top of the NPC and 30 would be 30...
Forum: Development::Feature Requests 12-14-2006, 03:03 PM
Replies: 5
Views: 8,000
Posted By JrFaust
My main goal was to have a situation(s) that you...

My main goal was to have a situation(s) that you might be interacting with an NPC and maybe a PC while the guards "listen" for key words. Then high jinks, warnings, and arrests would ensue. And I...
Forum: Quests::Q&A 12-14-2006, 02:36 PM
Replies: 4
Views: 6,631
Posted By JrFaust
Forum: Support::General Support 10-24-2006, 02:28 PM
Replies: 2
Views: 5,180
Posted By JrFaust
If you use one of the public databases they have...

If you use one of the public databases they have mobs already.
If you want custom mobs then you'll have to spawn them manually.

Hope that helps,
Robert
Forum: Development::Feature Requests 10-23-2006, 06:55 AM
Replies: 5
Views: 8,000
Posted By JrFaust
NPCs that can hear without being targeted.

I've read through a few quests that could use this, an example is the prayer shawl quest.
Also I'd like to make a few custom events that would work nicer and be easier to write up, and maybe I could...
Forum: Quests::Completed 10-22-2006, 08:38 AM
Replies: 5
Views: 6,787
Posted By JrFaust
Oops I didn't catch that, but to tell the truth I...

Oops I didn't catch that, but to tell the truth I just made sure that it was there since it was in all the other Nadox .PL files.

Nice catch.
I'll remember to look closer at all the code next...
Forum: Quests::Completed 10-19-2006, 03:23 AM
Replies: 5
Views: 6,787
Posted By JrFaust
Yeah might have been why it took me a week to get...

Yeah might have been why it took me a week to get it running, I like to know that every part is working the way I expect. That and it took a bit to verify how the different parts of the spawn worked....
Forum: Quests::Completed 10-18-2006, 04:13 PM
Replies: 5
Views: 6,787
Posted By JrFaust
Post Mini Inny spawn

This is my first attempt at perl let alone a quest but I worked out the bugs, I believe this is the way the spawn should work. Please let me know if there was a better way and/or if I made any...
Forum: Support::Windows Servers 10-17-2006, 11:14 AM
Replies: 4
Views: 6,746
Posted By JrFaust
Well that's better than just a black sky all the...

Well that's better than just a black sky all the time but I think only 0 or 1 work as 1-5 all looked the same.

But either way both the zsky and sky ideas worked.

Thanks guys,
Rob
Forum: Support::Windows Servers 10-15-2006, 10:43 AM
Replies: 4
Views: 6,746
Posted By JrFaust
The Sky in some zones is always black.

I can't search for sky since it's to small a word for the search.

Is there a way to correct the sky in the zones that just show a black sky for example The Plane of Knowledge, The Plane of...
Forum: Support::General Support 09-15-2006, 05:50 AM
Replies: 9
Views: 7,160
Posted By JrFaust
Actually I had to update the firmware on my...

Actually I had to update the firmware on my linksys router to be able to play I kept getting dropped or I couldn't get past the login screen.

But my router is an older one the BEFSR41 going on...
Showing results 26 to 50 of 82

 
Forum Jump
   

All times are GMT -4. The time now is 05:53 PM.


 

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