EQEmulator Forums

EQEmulator Forums (https://www.eqemulator.org/forums/index.php)
-   Spell Support (https://www.eqemulator.org/forums/forumdisplay.php?f=664)
-   -   Beastlord Healing Spell lv 28 (https://www.eqemulator.org/forums/showthread.php?t=43359)

Hengishammer 07-20-2021 04:45 PM

Beastlord Healing Spell lv 28
 
This spell will not scribe even though it clearly shows it can be at level 28.

It tells me it is available at level 36.

I am using ROF2 client.

Thanks!

Huppy 07-21-2021 01:35 AM

Running this query in the database will help.

Code:

UPDATE spells_new SET classes15 = 28 WHERE id = 12;

Splose 07-21-2021 02:02 AM

Quote:

Originally Posted by Hengishammer (Post 266929)
This spell will not scribe even though it clearly shows it can be at level 28.

It tells me it is available at level 36.

I am using ROF2 client.

Thanks!

Quote:

Originally Posted by Huppy (Post 266931)
Code:

UPDATE spells_new SET classes15 = 28 WHERE id = 12;

The reason is because the spells_us.txt in your EverQuest directory has it set to level 36. So your client thinks it is level 36. After running the query that Huppy posted above you need to use the export_client_files.exe to grab the new spells_us.txt (from the export folder) and overwrite your current one in the EQ directory.

It is possible that it is already set to level 28 in the DB so his query might not do anything, definitely run it anyway though if you want it to be level 28. Only saying this because mine is set to level 30 and Alla has it at 36, if you're talking about Yekan's Recovery.

https://i.gyazo.com/0e69b9cdf3ca229c...9bbb2a0db8.png

The query I used to get this info ^
Code:

select id,name,classes15 from spells_new where name like '%Yekan\'\s Recovery%';
** I forgot to mention that anyone else playing on your server will need the updated spell file as well. And you will need to update and distribute the spell file for ~90% of changes.

Huppy 07-21-2021 02:27 AM

I assumed the OP was talking about the lvl 28 "Healing" spell (id =12) when I posted that query. I had previosly checked a recent peqdb and that id in the spells_new was set at 36, so I changed my own to 28, as well.

Splose 07-21-2021 08:24 AM

lol dunno why I thought it was pet healing spell..

https://i.gyazo.com/7334d63d8bcc39ca...c3a59b35b5.png

Guess they did that about 5 years ago.

Hengishammer 07-21-2021 08:42 AM

Thanks guys that did the trick!:)

Appreciate it!!


All times are GMT -4. The time now is 06:52 AM.

Powered by vBulletin®, Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.