Well.. on spells.xml we do have 2 types of spells:
<rune name"1"......>
and
<instant name"2"......>
but MyAac needs a third one for conjure spells (<conjure name"3"....>)
if i change spells xml to match what myaac needs (to show correctly on website), tfs doesn't load spells
so.. i think, there's 2 options.. change sources to also load tag names "conjure" as "instant" spells or change myaac and add another condition, something like: if tag name = "instant" AND hasAttribute "conjure" (there is no problem to tfs i insert any kind of attribute inside spell).
spells.xml:
spells.cpp:
OTS_SpellsList.php
i would choose for changing sources to load tagNames "conjure" as instant, but idk how to.. if someone could help me with this changes, i would appreciate. thanks.
<rune name"1"......>
and
<instant name"2"......>
but MyAac needs a third one for conjure spells (<conjure name"3"....>)
if i change spells xml to match what myaac needs (to show correctly on website), tfs doesn't load spells
so.. i think, there's 2 options.. change sources to also load tag names "conjure" as "instant" spells or change myaac and add another condition, something like: if tag name = "instant" AND hasAttribute "conjure" (there is no problem to tfs i insert any kind of attribute inside spell).
spells.xml:
TFS-1.5-Downgrades/data/spells/spells.xml at 8.0 · nekiro/TFS-1.5-Downgrades
Alternative forgottenserver versions for older protocols support - nekiro/TFS-1.5-Downgrades
github.com
spells.cpp:
TFS-1.5-Downgrades/src/spells.cpp at 8.0 · nekiro/TFS-1.5-Downgrades
Alternative forgottenserver versions for older protocols support - nekiro/TFS-1.5-Downgrades
github.com
OTS_SpellsList.php
myaac/system/libs/pot/OTS_SpellsList.php at master · slawkens/myaac
A free and open-source Automatic Account Creator (AAC) written in PHP - slawkens/myaac
github.com
i would choose for changing sources to load tagNames "conjure" as instant, but idk how to.. if someone could help me with this changes, i would appreciate. thanks.