Go Back   EQEmulator Home > EQEmulator Forums > Support > Spell Support

Spell Support Broken Spells? Want them Fixed? Request it here.

 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
  #4  
Old 04-26-2021, 09:05 AM
Drakiyth's Avatar
Drakiyth
Dragon
 
Join Date: Apr 2012
Posts: 545
Default

Quote:
Originally Posted by Slimshaydy View Post
Im editing some 71+ Spells to be used on my MAX Level 70 server and Im getting this.

Vinelash Cascade 73 ranger spell, scribable #scribespells 70, but still shows up on spell gem as level 73.. Heres what im doing.

1. Edited spell to be Ranger/Dru usable at 70 in EoC
2. Generated Spells text
3. Placed new file in my EQ directory
4. Copied the new file into imports
5. Imported file to db
6. Start server

Am i missing something on why these levels are off? TIA <3



What you're trying to do is very easy. I'll help you:

1) Open your Heidi/Navicat and go to your table spells_new you will see classes tabs. Each one of these is numbered 1-16 which represents the classes in the game.
2) Classes4 = Ranger
3) Classes6 = Druid
4) Change anything that is over level 70 and below level 255 with the classes with the following 2 SQL queries:
UPDATE spells_new SET classes4 = 70 WHERE classes4 > 70 and < 255;
UPDATE spells_new SET classes6 = 70 WHERE classes6 > 70 and < 255;

5) Once that is done you need to get your spells_us.txt created. You can do this multiple ways.
6) Add the file to your main EQ directory and replace the old one.


You're done. There is nothing else you need to do. All you're doing is lowering the levels which is handled by the database and the spells_us.txt client file. I hope this helps you.
Reply With Quote
 


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 02:25 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