View Single Post
  #18  
Old 09-07-2013, 07:34 PM
IntoRain's Avatar
IntoRain IntoRain is offline
Moderator
 
Join Date: Jul 2013
Location: Portugal
Posts: 461
Gender: Female
Credits: 22,401
IntoRain is on a distinguished road
Default

Quote:
Originally Posted by Infernette View Post
I just do the query since I'm quite dense on how to do the functions, I don't know if that will be a problem.

And I can get you the values in a few minutes, there's quite a few XD
There is all of the basic mysidia values-
Aid
Type
Name
Owner
Currentlevel
Totalclicks
Code
Imageurl
uselaternates
tradestatus
isfrozen
gender
offsprings
lastbred

Then here are all my edits:
Dad - The parent of a bred (breds have higher stats wooo)
Mom- Parent of a bred
Selling- Is it for sale? - if this is yes it shouldn't be able to contest XD
Price- How much is it for sale? greater than 0? no contest
atk - The attack
basehp - The HP it has
maxhp- The HP it should have
spd - The speed of the creature
speciesd- The description
atkrange- The defense (or the range of attack it blocks)
breedtype- Just a little thing to separate breeds
season- The season the adopt has - would be relevant for contests as in if the season of the contest is not the same it can't enter.
time- The time the adopt has- same limiter as the season.
bred- if it was bred or not
status- if it is sick or not- could be randomly added when entered?
mood- there is a bunch of random moods adopts get. I will personally work this part into the code since it is a very widespread range. These will be limiters or enhancers- could vary with maybe the terrain the contest occurs in or the time it does? that would be lovely!


As said I can pay money for this cause its so epic XD
I do it for the challenge xD

I have a doubt about the status, sick creatures can't enter the contest? And they get sick or not randomly when trying to enter the contest?

About the moods, that seems to be more complicated. Like if an adoptable is sleepy it can't enter a contest that happens at night? Maybe a table with the moods and their incompatibilities and compatibilities (and a message registered for each) would be of easier access. Check pet mood -> check contest conditions -> compare both?

edit: ok, the .php pages for the contest and the tables are ready to be edited tomorrow, the structure is half ready to start coding ^^ (assuming you want the contest on its own page, right?)
__________________


asp.net stole my soul.

Last edited by IntoRain; 09-07-2013 at 07:47 PM.
Reply With Quote