• ✨ 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

Game Version 0.36.2 - Fix to the fix update

Daziman

Champion
Trusted Support
Retired Mod

There is a new update today, again: Version 0.36.2

This new update will fix:
  • Crash when learning new moves.
  • Not being able to use items in battle.
  • Not being able to go to the new docks.
 

Tornado9797

Content Developer
P3D Developer
Global Moderator
Can you still use the Summary screen to check and see if an Egg has a shiny Pokémon in it? I am having terrible luck with the Odd Egg right now.
 

Tornado9797

Content Developer
P3D Developer
Global Moderator
Can someone check to see if this script is accurate? I'm beginning to believe that I'm getting a bug.
Code:
version=2

:if:<register.registered(oddegg_got)>=false
:then

@text.show(Hey trainer!~Do you want to leave your~[POKE]MON here for~us to raise them?*Wait, are you the trainer~who helped with the~MYSTERY EGG?*<player.name> right?~I found another egg here,~I want you to have it~since you seem to~be very dependable.*But there's something odd~with this egg.~In fact, I called~it the ODD EGG.*Here, I want you~to take it!)

@Options.Show(Yes,No)
:when:No
@text.show(Oh, that's sad...*But you can always come~back if you want to~get the ODD EGG.)
:end
:endwhen

:if:<pokemon.count><6
:then
:select:<system.random(1,7)>
:when:1
@pokemon.add(172,1,hatched,5,Daycare,1,<player.name>)
:when:2
@pokemon.add(173,1,hatched,5,Daycare,1,<player.name>)
:when:3
@pokemon.add(174,1,hatched,5,Daycare,1,<player.name>)
:when:4
@pokemon.add(236,1,hatched,5,Daycare,1,<player.name>)
:when:5
@pokemon.add(238,1,hatched,5,Daycare,1,<player.name>)
:when:6
@pokemon.add(239,1,hatched,5,Daycare,1,<player.name>)
:when:7
@pokemon.add(240,1,hatched,5,Daycare,1,<player.name>)
:endwhen

:if:<system.random(0,100)><14
:then
@pokemon.setshiny(<pokemon.count>-1,1)
:endif

@text.show(<player.name> received~the ODD EGG.)

@register.register(oddegg_got)

@text.show(OLD MAN: Please take good~care of the egg.)

:else
@text.show(Oh, your team is full?~Please deposit one of~your [POKE]MON in the PC~and come back.)
:end
:endif

:else

@screen.daycare(0,2)

:endif

:end
 

Pharcyde

Starting Trainer
does any1 know why do i sometimes get some lag playing?
and when i press E for menu or go into a fight i lose all the lag.
 

dylanwicorek

Active Member
does any1 know why do i sometimes get some lag playing?
and when i press E for menu or go into a fight i lose all the lag.
I have that problem on one of my computers. I think it has to do with the graphics card. (certain areas pose some sort of lag in my case)
 

Darkfire

Administrator
Administrator
P3D Developer
delete /Pokemon/content/sounds/cries/447.xnb and the problem will stop
if someone with a Lucario could access it in a way to make it use its cry to see if it is just riolu that is broken or not that would be great.....
 
Top