Go Back   EQEmulator Home > EQEmulator Forums > Search Forums

Showing results 1 to 25 of 71
Search took 0.01 seconds.
Search: Posts Made By: HnathBST
Forum: Support::Windows Servers 11-17-2013, 11:02 PM
Replies: 6
Views: 2,333
Posted By HnathBST
Do you have a recommended level set for your...

Do you have a recommended level set for your item? That would explain why the stats would be different between 2 characters.
Forum: Support::Windows Servers 11-10-2013, 02:01 AM
Replies: 42
Views: 11,964
Posted By HnathBST
Depending on what directions you followed your...

Depending on what directions you followed your database May not be named peq. You need to change the command 'MySQL -u root -p peq' to match the database you do have.
Forum: Support::Linux Servers 11-01-2013, 03:08 PM
Replies: 4
Views: 8,377
Posted By HnathBST
Yeah, I got tire of doing ps to try and figure...

Yeah, I got tire of doing ps to try and figure out what isn't running lol. I'd eventually like to add other status like #of zones etc. in time.
Forum: Support::Linux Servers 11-01-2013, 03:58 AM
Replies: 4
Views: 8,377
Posted By HnathBST
Linux Start/Stop script

I have been using the same start script for a while now and I finally decided to modify it and make it my own.

File: EQServer.sh

ulimit -c unlimited
case "$1" in
start)
export...
Forum: Support::Windows Servers 11-01-2013, 01:10 AM
Replies: 13
Views: 4,456
Posted By HnathBST
The charge price is formulated by the server...

The charge price is formulated by the server (based off level iirc) HOWEVER! you can change the upkeep time (how often they charge) and whether or not to charge upkeep and purchase.

Check in the...
Forum: Quests::Q&A 10-31-2013, 10:34 PM
Replies: 13
Views: 3,047
Posted By HnathBST
I think you have $CountToZero incorrect. If the...

I think you have $CountToZero incorrect. If the Qglobal is set to 10, $CountToZero = 10 - 10 = 0. So the NPC would say "I'm only doing it 0 more times". Unless my logic is wrong.

I would say:
sub...
Forum: Quests::Q&A 10-31-2013, 09:33 PM
Replies: 13
Views: 3,047
Posted By HnathBST
I would say, create 1 npc. and use QGlobals to...

I would say, create 1 npc. and use QGlobals to keep count of how many items he has handed out. right after he hands out his 10th item you depop him. I believe there is spawn tools in the quest perl....
Forum: Support::Windows Servers 10-31-2013, 09:11 PM
Replies: 42
Views: 11,964
Posted By HnathBST
I'll just post it here in case anyone wants to...

I'll just post it here in case anyone wants to open up this quest as well:

File: quests/global/Priest_of_Discord.pl

##################################################
# ZONE: Multiple
#...
Forum: Support::Linux Servers 10-31-2013, 05:21 PM
Replies: 2
Views: 3,059
Posted By HnathBST
Looking through the code (with my limited...

Looking through the code (with my limited knowledge of c++) I discovered INADDR_ANY in the all of the socket bind files (streamfactory, tcpserver, etc). My research of this constant (which turns out...
Forum: Support::Windows Servers 10-31-2013, 05:10 PM
Replies: 42
Views: 11,964
Posted By HnathBST
The fix for discord is to edit the priest of...

The fix for discord is to edit the priest of discord file in quests/global/

I can't tell you exactly what needs to be changed, but there is a block of commented code. I remember changing it on my...
Forum: Support::Linux Servers 10-30-2013, 08:47 PM
Replies: 2
Views: 3,059
Posted By HnathBST
Is it possible?

I have 2 IP addres on my VPS that runs my EQ Server. I would like for my main server to run on one IP and a test server to run on the second IP. I tried editing my configs and specifically setting...
Forum: Support::Linux Servers 10-30-2013, 07:29 PM
Replies: 5
Views: 3,672
Posted By HnathBST
Yeah, IMHO I think the query used to get the merc...

Yeah, IMHO I think the query used to get the merc stats should be changed to get the last level merc available. So if a server op only wants new mercs every 10 levels (I know not live like) they...
Forum: Support::Windows Servers 10-30-2013, 03:50 PM
Replies: 42
Views: 11,964
Posted By HnathBST
If you're already a GM than you shouldn't have...

If you're already a GM than you shouldn't have that issue. That query is meant to be run in MYSql (like through HeidiSql or Navicat). Do you get an error? A crash? anything?
Forum: Support::Windows Servers 10-30-2013, 03:02 PM
Replies: 42
Views: 11,964
Posted By HnathBST
I am not sure what zones PEQ has locked with Min...

I am not sure what zones PEQ has locked with Min status off the top of my head. Did you set your account as a GM account? I know some of the zones that PEQ are still working on are locked with a...
Forum: Support::General Support 10-29-2013, 06:39 PM
Replies: 6
Views: 3,273
Posted By HnathBST
The emulator is developed by so many people that...

The emulator is developed by so many people that sometimes you have to just jump right into the code and figure out exactly how things work. It may seem a little daunting at first, but once you learn...
Forum: Support::General Support 10-29-2013, 04:47 AM
Replies: 6
Views: 3,273
Posted By HnathBST
I believe that the server ~should~ bind you in...

I believe that the server ~should~ bind you in the start_zone if you're using that variable. IIRC it completely skips over the start_zone table. The bind zone is set when the character clicks the...
Forum: Support::Windows Servers 10-29-2013, 01:20 AM
Replies: 6
Views: 2,761
Posted By HnathBST
You're welcome :) I had the same issue when I...

You're welcome :) I had the same issue when I started using the lua quests. I didn't realize (and there was absolutely no documentation) that there was a modules folder or where it was supposed to...
Forum: Support::General Support 10-29-2013, 01:18 AM
Replies: 6
Views: 3,273
Posted By HnathBST
There are a few places you can set the starting...

There are a few places you can set the starting zone for ALL players (not individual race/class combos)

In your variables table you can add an entry:
INSERT INTO `peqdb`.`variables` (`varname`,...
Forum: General::General Discussion 10-28-2013, 01:37 PM
Replies: 7
Views: 3,429
Posted By HnathBST
I think that scaling is for stat-scaling based on...

I think that scaling is for stat-scaling based on level. I would imagine that the client decides how big the weapon should be.
Forum: Support::Windows Servers 10-28-2013, 01:35 PM
Replies: 6
Views: 2,761
Posted By HnathBST
I know the issue I had was due to the lua...

I know the issue I had was due to the lua 'modules'. The peq quests dump has them in the quest folder. They need to be in the root folder (with zone and world).

should look like this:

-Server...
Forum: Development::Development 10-22-2013, 04:07 PM
Replies: 256
Views: 120,794
Posted By HnathBST
Any solutions to unkillable mercs? I've tried...

Any solutions to unkillable mercs? I've tried #kill, #depop, #damage, etc and they magically repop.

looking through the code (I can read it but not write it hah) I see Merc::Death but if I'm...
Forum: Support::Windows Servers 10-20-2013, 03:58 PM
Replies: 12
Views: 3,642
Posted By HnathBST
Hmmm. I assume you enabled mercantile when you...

Hmmm. I assume you enabled mercantile when you compiled?

It's usually something stupid. Try looking through your logs and see if there is an error.
Forum: Support::Windows Servers 10-20-2013, 02:34 PM
Replies: 12
Views: 3,642
Posted By HnathBST
Do you get an error when you right click the...

Do you get an error when you right click the liaison? Like 'there are no mercantile available to you?' Or nothing at all?
Forum: Support::Windows Servers 10-10-2013, 12:35 PM
Replies: 5
Views: 2,676
Posted By HnathBST
he already removed the doors from pok. He's...

he already removed the doors from pok. He's trying to remove the actual stones.
Forum: Support::Windows Servers 10-10-2013, 12:32 PM
Replies: 9
Views: 3,232
Posted By HnathBST
**cough cough** or you could upgrade perl. I...

**cough cough** or you could upgrade perl. I believe it'll still work with the server.


Also:
DBM-mysql is part of the DBI package so try
>ppm install DBI
Showing results 1 to 25 of 71

 
Forum Jump
   

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