Spell slot IDs?
Anyone know the spell slot ID #s for the spell bar? I looked on the wiki but its either not there or I am using the wrong search words.
Thanks in advance. |
What do you mean the slot ID #'s? Top to bottom it's 1, 2, 3, 4, 5, 6, etc. You can hold down alt and it will give you that information in-game. Is that what you're asking?
|
No, the actual ID #s the code uses. I think Mnemonic Retention activates slot 326. I assume this corresponds to the ninth spell gem. I am trying to find out the IDs for the other slots and what code file they are contained in.
|
eq_packet_structs.h ~line 808 (static const uint32 MAX_PP_MEMSPELL = 9;) will be one of the changes needed.
|
spdat.h has all of the effect ids defined.
As an example: Code:
#define SE_SpellSlotIncrease 326 // *not implemented as bonus - increases your spell slot availability |
There is a limit of 9 gems in the code, basically, thee old clients have this limit and the new clients don't. I think the newest clients have a limit of 16. There needs to be a lot of code reworked to increase the limit, so sadly its still stuck at 9.
|
Quote:
In particular, I've restricted my server to the UF client but nothing I do to the AA (ranks, base1 / 2 values, etc) seem to key the client to expand past 9 spell gems. I am assuming that there are different 'effects' perhaps that enable the additional slots (bc from the best I can tell, the client appears to handle this, no)? Anyone have any input? |
basically you need to handle how the client casts non-spell gem spells since they use slot just beyond their max spell gems. (or maybe they use the slot just beyond their current spell gems ... need to investigate)
AFAIK TIt supports 9 gems, SoF/SoD supports 10, UF supports 12, RoF/RoF2 "supports" 16 but really only supports 12 (unless you're okay with the client overriding shit in memory when it goes out of bounds of an array that is limited to 12). |
Interesting - thanks. I was hoping it was close to being unraveled. :D I do find it interesting that training rank 1 of the AA does tell the UF client to expand the gems by 1 - I wonder what could trigger the client to expand it further? I may have missed it but I don't think I saw anything in the code that handles the structs any differently based on that AA being trained.
|
Could be items or spells..
The Bandolier/Potion Belt slots operate similarly. |
Quote:
|
All times are GMT -4. The time now is 06:01 PM. |
Powered by vBulletin®, Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.