View Single Post
  #1  
Old 01-27-2011, 06:34 AM
fadillzzz fadillzzz is offline
Dev Staff
 
Join Date: Jan 2010
Posts: 501
Gender: Male
Credits: 42,043
fadillzzz is an unknown quantity at this point
Default

Your _adoptables table is empty! no wonder nothing shows up...
btw, the structure is missing a few things. Since you have $evolution, $evolutionlevel, amd $evolutionform in the query I take it that you're trying to install HoF's evolution system, correct?
anyways, you have to add 3 more columns into _adotables & _owned_adoptables table.
those 3 columns are:
PHP Code:
`evolutionVARCHAR10  )  NULL  DEFAULT NULL ,
`
evolutionlevelINT11  )  NOT  NULL DEFAULT  '0',
 `
evolutionformVARCHAR 40  )  NULL  DEFAULT NULL 
Reply With Quote