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

Fixed Union Cave Bug (Every Friday)

BabyInHeight

Starting Trainer
I already defeated the elite four and I'm now collecting pokemons that I do not have. So it's friday today, which are lapras' are known to appear in the union cave. So when I entered the union cave it's alright no bugs at all. when I climbed the ladder further down (the lowest level of the cave) I'm not able to move. No matter what i do, i can't move. I can't use the menu button but I can still exit the game using "esc"...Is this a bug or is it just my computer?
 

Darkfire

Administrator
Administrator
P3D Developer
can you goto /Pokemon/Scripts/unioncave/ and open Friday2.dat and copy paste the contents here?
I cant remember if i fixed something here or not......
 

Mikolaj Nowicki

Trainer
Donator
version=2
:if:<environment.day>=Friday <and> <register.registered(Friday_Lapras)>=False
:then
@player.Move(0)
@NPC:Warp(0,12,-0.24,30)
@pokemon.cry(131)
:endif
:end
 

Darkfire

Administrator
Administrator
P3D Developer
the bug is the colon after @npc
needs to be a .
this has been reported before and is fixed for next version ;)
 
Top