• ✨ ARCHIVE MODE ✨
    The forum has now been set to read-only mode, no new posts, resources, replies etc will not be possible.
    We recommend you join our Discord server to get real-time response: Discord Invite Link

Finished Daily Competition V2

Status
Not open for further replies.

Talonec

Fisherman
Ok... I did find that problem w/ hitmolee
hitmolee, hitmochan and hitmotop are implemented
but the status quota is not
they have the same evolution coding (and it'll evolve into the first coded listed)
to get your hitmochan or hitmotop, please delete the row with other pokemon ids
106: hitmolee
107: hitmochan
237: hitmontop

just tested it out by deleting hitmolees code and it worked...
it also seems the coding is wrong or no evolution conditions for them also
 

nick2412

Pokémon Ranger
Ok... I did find that problem w/ hitmolee
hitmolee, hitmochan and hitmotop are implemented
but the status quota is not
they have the same evolution coding (and it'll evolve into the first coded listed)
to get your hitmochan or hitmotop, please delete the row with other pokemon ids
106: hitmolee
107: hitmochan
237: hitmontop

just tested it out by deleting hitmolees code and it worked...
it also seems the coding is wrong or no evolution conditions for them also
but that ain't legit.
 

Talonec

Fisherman
You can evolve tyrogue at level 20 but you have to edit its evolution condition
It'll evolve only the first evolution listed so thats hitmolee
to evolve into hitmochan delete this row (and add it back afterwords)

The problem: same codes for the evolution conditions and no requirements
EvolutionCondition|1,0,0,0,20,0,0,0,106 (hitmolee)
EvolutionCondition|1,0,0,0,20,0,0,0,107 (hitmochan)
EvolutionCondition|1,0,0,0,20,0,0,0,237 (hitmontop)

Step 1:
go into the pokemon/content/pokemon/data folder
search for 236 (tyrogue)
Delete the evolution code for the one you don't want (and keep the one you want)
LEVEL it to 20
if its level 20, it'll evolve into the first evolution condition listed (now its hitmolee)
but if you delete that condition it'll be hitmochan then hitmontop

edit: Theres no evolution condition for stats it should of been like this
Evolution
att > def = hitmonlee
def > att hitmonchan
att = def= hitmontop

and that would be the case but its not listed in the coding
and currently the only evolution that'll happen is the first one listed

I was supposed to get hitmchan the first evoltution (got hitmolee and I was wtf.)
Hitmonchan is implemented and so is hitmontop but the evolution for tyrogue is messed up
 

Darkfire

Administrator
Administrator
P3D Developer
You can evolve tyrogue at level 20 but you have to edit its evolution condition
It'll evolve only the first evolution listed so thats hitmolee
to evolve into hitmochan delete this row (and add it back afterwords)

The problem: same codes for the evolution conditions and no requirements
EvolutionCondition|1,0,0,0,20,0,0,0,106 (hitmolee)
EvolutionCondition|1,0,0,0,20,0,0,0,107 (hitmochan)
EvolutionCondition|1,0,0,0,20,0,0,0,237 (hitmontop)

Step 1:
go into the pokemon/content/pokemon/data folder
search for 236 (tyrogue)
Delete the evolution code for the one you don't want (and keep the one you want)
LEVEL it to 20
if its level 20, it'll evolve into the first evolution condition listed (now its hitmolee)
but if you delete that condition it'll be hitmochan then hitmontop

edit: Theres no evolution condition for stats it should of been like this
Evolution
att > def = hitmonlee
def > att hitmonchan
att = def= hitmontop

and that would be the case but its not listed in the coding
and currently the only evolution that'll happen is the first one listed

I was supposed to get hitmchan the first evoltution (got hitmolee and I was wtf.)
Hitmonchan is implemented and so is hitmontop but the evolution for tyrogue is messed up
The correct way will be implemented next version
 

Talonec

Fisherman
thanks for clearing that out darkfire
the evolution condition coding is wrong thats what I was saying

EDIT: THERES a lot of work to do for the next update
so please fix a lot of evolutions conditions, locations, and much much more
 
Status
Not open for further replies.
Top