Go Back   EQEmulator Home > EQEmulator Forums > Quests > Quests::Custom

Quests::Custom Custom Quests here

Reply
 
Thread Tools Display Modes
  #1  
Old 06-27-2020, 06:22 AM
Splose
Banned
 
Join Date: Apr 2014
Posts: 279
Default Stop Rk. II/III from auto-scribing

If you're like me and auto scribe spells upon level up you may notice at higher ranks that you're getting an extra 2 copies of pretty much each spell after a certain level. This t r i g g e r s me.

This isn't exactly a quest, but it is for custom servers. I have a solution that will stop 5506 spells from scribing, but will leave 96 spells that would otherwise be broken by this.


If you'd like to stop this from happening follow these simple and easy steps:

  • Back up your 'spells_new' table.
  • Set Spells:UseCHAScribeHack to 'true' in your rule_values table.
Code:
UPDATE rule_values SET rule_value = 'true' WHERE rule_name = 'Spells:UseCHAScribeHack' and ruleset_id ='1';
  • Set Rk. II and Rk. III spell's Effect12 ID to 10 (CHA)
Code:
UPDATE spells_new SET effectid12 = '10' WHERE `name` like '%Rk.%' AND effectid12 = '254';

Additionally, if you are a brave soul and would like to restructure the 96 spells that are left by this here they are:
Code:
SELECT * FROM spells_new WHERE effectid12 != '254' and effectid12 != '10' AND `name` like '%rk.%';

Note: The spells will still scribe when you use #scribespells but it will not scribe to players upon leveling.

Enjoy!
Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

   

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