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

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

Reply
 
Thread Tools Display Modes
  #1  
Old 12-13-2013, 09:22 PM
Township EQ
Hill Giant
 
Join Date: Sep 2013
Posts: 118
Default Spell ID Limit for UF?

From googling around I can't seem to find an answer.. What is the spell ID limit for underfoot? I know titanium is 9999.

from the stock spells_us i have almost 30,000 spells.. I want to know how much room I have to make custom ones.
Reply With Quote
  #2  
Old 12-13-2013, 09:35 PM
Kingly_Krab
Administrator
 
Join Date: May 2013
Location: United States
Posts: 1,589
Default

It is a known problem, use the forum search: http://www.eqemulator.org/forums/showthread.php?t=37304

https://github.com/EQEmu/Server/issues/7

Here's the fix mentioned in that thread, I cannot confirm it working: http://bpaste.net/show/133455/
Reply With Quote
  #3  
Old 12-13-2013, 11:42 PM
Township EQ
Hill Giant
 
Join Date: Sep 2013
Posts: 118
Default

Quote:
Originally Posted by Kingly_Krab View Post
It is a known problem, use the forum search: http://www.eqemulator.org/forums/showthread.php?t=37304

https://github.com/EQEmu/Server/issues/7

Here's the fix mentioned in that thread, I cannot confirm it working: http://bpaste.net/show/133455/
What's a known problem? I was just asking what the cap is for UF :S
Reply With Quote
  #4  
Old 12-14-2013, 12:05 AM
Kingly_Krab
Administrator
 
Join Date: May 2013
Location: United States
Posts: 1,589
Default

The problem is not knowing the cap, haha.
Reply With Quote
  #5  
Old 12-14-2013, 12:41 AM
demonstar55
Demi-God
 
Join Date: Apr 2008
Location: MA
Posts: 1,165
Default

There are problems with that patch, it "works" though but poorly :P
Reply With Quote
  #6  
Old 12-14-2013, 12:50 AM
lerxst2112
Demi-God
 
Join Date: Aug 2010
Posts: 1,743
Default

The highest ID in the spell file I have in my untouched Underfoot backup is 27999.
Reply With Quote
  #7  
Old 12-14-2013, 02:39 AM
Kayen
Developer
 
Join Date: Mar 2009
Location: -
Posts: 228
Default

27999 sounds about right from what I recall.

Big tip if you want to add custom spells.

There are hundreds of unused spell IDs in the database and tons of just junk tests spells.

Run this and it will tell you all the unused spell id ranges.

Code:
SELECT a.id+1 AS start, MIN(b.id) - 1 AS end
    FROM spells_new AS a, spells_new AS b
    WHERE a.id < b.id
    GROUP BY a.id
    HAVING start < MIN(b.id);
Kayen
Reply With Quote
  #8  
Old 12-14-2013, 03:30 AM
demonstar55
Demi-God
 
Join Date: Apr 2008
Location: MA
Posts: 1,165
Default

IDs higher than 32,767 are will not work correctly, it's a bitch to fix this, which is why it hasn't yet :P
Reply With Quote
  #9  
Old 12-14-2013, 03:38 AM
Township EQ
Hill Giant
 
Join Date: Sep 2013
Posts: 118
Default

That query is pretty useful Kayen.. I'll save that. I was just looking to see how much wiggle room I had. I deleted like 8,000 or so spells off the top of the list so I'm at like 22000 now.

Thanks a lot guys.
Reply With Quote
Reply


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 09:58 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