Thread: Mys 1.3.4 Simple NPC Battle
View Single Post
  #13  
Old 09-20-2016, 07:58 PM
Abronsyth's Avatar
Abronsyth Abronsyth is offline
A Headache Embodied
 
Join Date: Aug 2011
Location: NY
Posts: 1,011
Gender: Male
Credits: 113,398
Abronsyth is on a distinguished road
Default

Quote:
Originally Posted by NobodysHero View Post
Good news is, I partly found the answer to my question. For whatever reason, it can't pull from "currentlevel". Changing it to "AdoptLevel", "Level", and "CurrentLevel" allows the page to load, but doesn't allow me to battle, nor does it show my "favpet", insisting that my pet isn't level 1 or higher.

Looking at the error log after each save, seems like it keeps bumping on how to call the level of the pet. x.x So, now what?

I responded via PM but I'll paste this here for other's sakes:
Try going into class_ownedadoptable.php and changing the line here:
PHP Code:
    protected $currentlevel
to this:
PHP Code:
    public $currentlevel
Save, upload, and let me know if that fixes your issue :)

Everyone having the issue please make sure this has been done and then, once done, get back to me on it.
__________________
My Mods Site (1.3.4, 2020 Mods)
Reply With Quote