SphereCommunity
Typedef t_spellbook_extra - Printable Version

+- SphereCommunity (https://forum.spherecommunity.net)
+-- Forum: Sphere 0.56d (/Forum-Sphere-0-56d)
+--- Forum: General Help (/Forum-General-Help)
+--- Thread: Typedef t_spellbook_extra (/Thread-Typedef-t-spellbook-extra)



Typedef t_spellbook_extra - darksun84 - 05-30-2012 07:32 AM

Hello,

I saw that in the typedef section in the file sphere_defs.scp

there is this

t_spellbook_necro 184 // AOS Necromancy spellbook (should have MOREZ=100 by default)
t_spellbook_pala 185 // AOS Paladin spellbook (should have MOREZ=200 by default)
t_spellbook_extra 186 // some spellbook for script purposes (MOREZ=basic offset)
t_spellbook_bushido 187 // SE Bushido spellbook (should have MOREZ=400 by default)
t_spellbook_ninjitsu 188 // SE Ninjitsu spellbook (should have MOREZ=500 by default)
t_spellbook_arcanist 189 // ML Spellweaver spellbook (should have MOREZ=600 by default)

Then i noticed that every other spellbooks (necro,pala etc) have this morez value and while i know that in a normal spellbook the spells can be added by modifying more1,more2.
i didn't know what is the use of this morez !
Somebody know ?