Go Back   EQEmulator Home > EQEmulator Forums > Search Forums

Showing results 1 to 25 of 72
Search took 0.01 seconds.
Search: Posts Made By: merb
Forum: Quests::Q&A 04-14-2010, 11:14 PM
Replies: 4
Views: 5,486
Posted By merb
Ok, so I've changed them to look like this: ...

Ok, so I've changed them to look like this:

sub EVENT_SAY {

if($text=~/hail/i) {
quest::say("Who are you? You have no business being here!");
}
if ($text=~/help/i) {
quest::say("With...
Forum: Quests::Q&A 04-11-2010, 09:49 PM
Replies: 4
Views: 5,486
Posted By merb
God Event Help

So basically in Tower of Solusek Ro, I'm trying to have an event in which 5 mini bosses are killed, an item is crafted, and handed to an NPC named Kallorax the Traitor. Upon handing him the item, an...
Forum: Development::Tools 07-20-2009, 07:32 PM
Replies: 12
Views: 9,210
Posted By merb
Sorry for the double post... I misread your...

Sorry for the double post...

I misread your previous post trev, I changed my db file to look like this:

localhost
peq
*****
*****

Works fine now! Now all I need to know is how to get the...
Forum: Quests::Q&A 07-20-2009, 07:29 PM
Replies: 3
Views: 4,487
Posted By merb
I changed the line to look like this: if...

I changed the line to look like this:

if (($itemcount{8911} == 1)&&($class eq = "Shadowknight")) {
quest::say("Very good, but maybe you should keep this. I believe you will have more use for...
Forum: Development::Tools 07-20-2009, 07:11 PM
Replies: 12
Views: 9,210
Posted By merb
This is what my file looks like: ...

This is what my file looks like:

host=localhost
database=peq
user=*****
password=*****

I noticed that the file was db.txt instead of db.ini, so I changed it to a .ini file and it still...
Forum: Quests::Q&A 07-19-2009, 10:08 PM
Replies: 3
Views: 4,487
Posted By merb
Different Classes Get Different Messages

I'm working on a quest right now that all classes can do. However, after turning in the final item to the quest giver, if you are a Shadowknight, he:

1) Gives you the item back
2) Gives you...
Forum: Development::Tools 07-19-2009, 08:12 PM
Replies: 12
Views: 9,210
Posted By merb
TaskMaster Startup Trouble

I just downloaded the latest TaskMaster and I'm having trouble even running the program (oh noes!). Basically, I edited the db.txt file correctly, then when I run the program, it opens. So I click...
Forum: Support::Windows Servers 04-17-2009, 06:15 PM
Replies: 7
Views: 3,775
Posted By merb
I actually had 2 questions regarding the disks. ...

I actually had 2 questions regarding the disks. Would it be possible to use the digital download version of SoF, or are the disks necessary? Also, would the Emulator automatically pick the client...
Forum: Support::Windows Servers 04-15-2009, 04:08 PM
Replies: 7
Views: 3,775
Posted By merb
To my knowledge, the only way to make those icons...

To my knowledge, the only way to make those icons show up correctly in game is to upgrade to SoF.
Forum: Support::Windows Servers 03-08-2009, 10:34 PM
Replies: 7
Views: 4,834
Posted By merb
After I ran the command, everything worked fine,...

After I ran the command, everything worked fine, but every time I finish a new zone, I have to run the command again or else the new NPCs will have a big radius, but the old ones won't.
Forum: Support::Windows Servers 03-07-2009, 03:04 PM
Replies: 7
Views: 4,834
Posted By merb
This command didn't work, but since all zones had...

This command didn't work, but since all zones had a huge aggro radius, I just took off the "and zone = 'zonename';" part and ran the query and it worked fine. I'm going to test out the aggro radius...
Forum: Support::Windows Servers 03-06-2009, 11:37 PM
Replies: 7
Views: 4,834
Posted By merb
Thanks nilbog, I may try running those commands. ...

Thanks nilbog, I may try running those commands. I also have GeorgeS's npc editor, so I'll give that a shot.
Forum: Support::Windows Servers 03-06-2009, 12:59 AM
Replies: 7
Views: 4,834
Posted By merb
Every npc I spawn has a huge aggro range, so...

Every npc I spawn has a huge aggro range, so using #npcedit would take forever. Is there a command that I could run through MySQL to edit all of them at once?
Forum: Support::Windows Servers 03-04-2009, 09:51 PM
Replies: 7
Views: 4,834
Posted By merb
Huge Aggro Radius

I searched and found similar problems, but no fixes.

NPCs seem to have a huge aggro radius. This includes going through floors, walls, and long distances (image the stairs in the highkeep CY on...
Forum: Quests::Q&A 02-20-2009, 07:18 PM
Replies: 4
Views: 4,355
Posted By merb
Oh wow, thanks! I can't believe I missed...

Oh wow, thanks! I can't believe I missed something so simple! :-D
Forum: Quests::Q&A 02-19-2009, 09:19 PM
Replies: 4
Views: 4,355
Posted By merb
Quest Question

As you may have noticed, I am not a quest person, so forgive me if this is a simple mistake :P

I've been having trouble getting this quest to work:

sub EVENT_SAY
{
if...
Forum: Quests::Q&A 01-30-2009, 09:43 PM
Replies: 8
Views: 7,667
Posted By merb
So this is basically what I've come up with: ...

So this is basically what I've come up with:

sub EVENT_COMBAT {
if ($combat_state == 1) {
quest::setnexthpevent(75);
quest::setnexthpevent(50);
quest::setnexthpevent(25);
}
}
Forum: Quests::Q&A 01-29-2009, 09:14 PM
Replies: 8
Views: 7,667
Posted By merb
Raid Mob Spawns Adds

So I am trying to get a raid mob to spawn adds at certain amounts of HP. It breaks down like this:

75% = 3 lvl 68 adds
50% = 5 lvl 66 adds
25% = 8 lvl 65 adds

Now, I'm not too good at...
Forum: Support::Windows Servers 01-29-2009, 05:41 PM
Replies: 1
Views: 3,364
Posted By merb
What OS is running on the laptop? I'm assuming...

What OS is running on the laptop? I'm assuming Vista?

Anyways, I searched around and this forum may provide a possible solution:
...
Forum: Support::Windows Servers 01-25-2009, 11:31 AM
Replies: 4
Views: 3,482
Posted By merb
Sorry to bump this after so long, but I am having...

Sorry to bump this after so long, but I am having this same problem.

The first thing to try is making sure you don't have modified versions of the spell files in your directory.

The second...
Forum: Support::Windows Servers 01-24-2009, 11:02 PM
Replies: 4
Views: 3,775
Posted By merb
Thank you very much! Ran the query and was able...

Thank you very much! Ran the query and was able to log in normally!
Forum: Support::Windows Servers 01-24-2009, 03:53 PM
Replies: 4
Views: 3,775
Posted By merb
Bumping yet again, with a possible solution, but...

Bumping yet again, with a possible solution, but I still need help.

I looked through some of my tables today and say that I had edited the start_zones table. I remember doing this before I...
Forum: Support::Windows Servers 01-23-2009, 06:11 PM
Replies: 4
Views: 3,775
Posted By merb
Just bumping because I still haven't had any...

Just bumping because I still haven't had any luck. Here's the most recent log (from about 10 minutes ago):

---------------------------------------------
[01.23. - 16:56:37] Starting Log:...
Forum: Development::GeorgeS's Tools 01-23-2009, 05:38 PM
Replies: 1
Views: 4,480
Posted By merb
In-game Models

I am using the newest version of the item editor and I was wondering if changing the item icon changed the in-game model as well? If not, how do you do it? I don't want a good looking graphic for a...
Forum: Support::Windows Servers 01-23-2009, 12:38 AM
Replies: 6
Views: 4,224
Posted By merb
You can't use the 0.7.0-1190 or any of those...

You can't use the 0.7.0-1190 or any of those anymore, you need to use the revisions from http://code.google.com/p/projecteqemu/downloads/list and use it in place of the old source.
Showing results 1 to 25 of 72

 
Forum Jump
   

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