dylanwicorek
Active Member
aww
✨ 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
Blackthorn will be 1 update itself.
radio tower is a big thing
Proper item placements, caves that are unfinished, stuff like bikes. Polishing the region.whats left after blackthorn besides kanto? a route and the elite 4?
It's a late one today, you know. Darky usually does them in like 3 hours from now.yep and sadly there might not be a daily comp...
but that ain't legit.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
The correct way will be implemented next versionYou 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