View Single Post
  #2  
Old 05-23-2016, 10:15 AM
Abronsyth's Avatar
Abronsyth Abronsyth is offline
A Headache Embodied
 
Join Date: Aug 2011
Location: NY
Posts: 1,011
Gender: Male
Credits: 113,550
Abronsyth is on a distinguished road
Default

It is definitely doable since the image information for every pet (and it's outcomes) is stored, therefore it is retrievable.

It's retrieved from adopts_levels, which thankfully stores the egg image, as well.You're going to want to know which level to display ("thisislevel") and the adoptable type ("adoptiename") as stored in the database. You'll also need "primaryimage" and "alternateimage". So, then you'd want to take a look at how adoptables are displayed. You'll need to tell the database to add a new set in info for each new "type" and then define "adoptiename" as the "type," and do something with all of that... I'm too tired to find this exactly right now, but eventually I'll be able to present an actual code to you, unless you figure it out before then!
__________________
My Mods Site (1.3.4, 2020 Mods)
Reply With Quote