Go Back   EQEmulator Home > EQEmulator Forums > Search Forums

Showing results 1 to 13 of 13
Search took 0.00 seconds.
Search: Posts Made By: Taleason
Forum: Support::Windows Servers 11-11-2020, 06:29 PM
Replies: 6
Views: 5,384
Posted By Taleason
Since it's your own private server you could also...

Since it's your own private server you could also run the following query.

UPDATE zone SET min_status=0, min_level=0, flag_needed='';
Forum: Misc::Off Topic 10-24-2020, 08:13 PM
Replies: 3
Views: 11,445
Posted By Taleason
Smile A few more tweaks for solo play

-- This makes monsters easier for solo play

UPDATE npc_types SET AC=CEIL(level*20) WHERE level>19 AND AC>(level*20);
UPDATE npc_types SET maxdmg=(level) WHERE level>19 AND maxdmg>(level) AND...
Forum: Support::General Support 08-08-2020, 09:14 PM
Replies: 2
Views: 9,876
Posted By Taleason
lmgtfy

http://www.eqemulator.org/forums/showthread.php?t=42986
Forum: Support::General Support 07-21-2020, 06:47 AM
Replies: 2
Views: 3,991
Posted By Taleason
rule_values look for: ...

rule_values

look for:

Mercs:ChargeMercUpkeepCost
Forum: Support::Windows Servers 07-04-2020, 03:04 PM
Replies: 1
Views: 4,192
Posted By Taleason
Check to see if it's where it's supposed to be,...

Check to see if it's where it's supposed to be, and you might have to add it to your PATH.
Forum: Support::Windows Servers 07-02-2020, 05:53 AM
Replies: 12
Views: 12,562
Posted By Taleason
From reading posts in another thread, I gathered...

From reading posts in another thread, I gathered that Akkadius left it out of his install because it wasn't stable.
Forum: Support::Windows Servers 07-01-2020, 08:53 PM
Replies: 12
Views: 12,562
Posted By Taleason
load this (after backing up your database of...

load this (after backing up your database of course).
Forum: Support::Windows Servers 07-01-2020, 07:35 PM
Replies: 12
Views: 12,562
Posted By Taleason
https://drive.google.com/file/d/1Vaq8An8L-JyNyv7tR...

https://drive.google.com/file/d/1Vaq8An8L-JyNyv7tRu2q0mv0lFFhyN8k/view?usp=sharing

Load this (after backing up your database of course).
Forum: Support::Windows Servers 07-01-2020, 02:09 PM
Replies: 12
Views: 12,562
Posted By Taleason
You'll need to source mercs.sql into your...

You'll need to source mercs.sql into your database then.
Forum: Support::Windows Servers 07-01-2020, 02:01 PM
Replies: 12
Views: 12,562
Posted By Taleason
Does your database contain the various merc...

Does your database contain the various merc tables?
Forum: Support::Windows Servers 07-16-2015, 06:56 AM
Replies: 8
Views: 2,994
Posted By Taleason
Your DB was missing that particular function. ...

Your DB was missing that particular function.

Happy it fixed it for you.
Forum: Support::Windows Servers 07-15-2015, 08:07 AM
Replies: 8
Views: 2,994
Posted By Taleason
Try this DROP FUNCTION IF EXISTS...

Try this


DROP FUNCTION IF EXISTS `GetMobTypeById`;
DELIMITER ;;
CREATE DEFINER=`root`@`localhost` FUNCTION `GetMobTypeById`(mobid INTEGER UNSIGNED) RETURNS char(1) CHARSET latin1
BEGIN
...
Forum: Support::Windows Servers 02-08-2015, 09:38 PM
Replies: 10
Views: 7,213
Posted By Taleason
I used this to get mercs working for me... ymmv ...

I used this to get mercs working for me... ymmv


UPDATE `rule_values` SET `rule_value` = 'true' WHERE `rule_name` = 'Mercs:AllowMercs';
UPDATE `npc_types` SET `class` = 71 WHERE `lastname` LIKE...
Showing results 1 to 13 of 13

 
Forum Jump
   

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