Closed robertdeclaux closed 9 years ago
Haha, what's going on there? Does the Dragon have a spellbook equipped?
yes sphere handles it that epic way :)
This should be an easy fix: only draw equipped items for body ids that equate to humanoid mobiles.
Are humans 400 and 401? What are the other body ids?
mobile.IsHuman should be enough
public bool IsHuman { get { return m_BodyId == 400 || m_BodyId == 401; } }
I will check id tomorrow but gm body id needed too.
987 is the gm bodyid
What about elves and gargoyles? Not that gargoyles would work, because we don't support SA, but still ;)
https://github.com/runuo/runuo/blob/master/Server/Body.cs Heres everything you need ;)
EDIT: oh and this https://github.com/runuo/runuo/blob/master/Data/bodyTable.cfg
Nice! Thanks!
-Zane
On Apr 15, 2015, at 5:01 PM, Jeff Boulanger notifications@github.com wrote:
https://github.com/runuo/runuo/blob/master/Server/Body.cs Heres everything you need ;)
— Reply to this email directly or view it on GitHub.
Should be fixed! Merged into master. @robertdeclaux let me know if it's still not working.
It's working good.
Minor error that occurs on sphereserver.