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

Pokemon Brown in 3D

GameMode Pokemon Brown in 3D Version 0.8 FIX

No permission to download
J

jianmingyong

Guest
It is because they had a syntax error :p I can fix that for you
Goto Pokemon Brown\Scripts\item and change into this :p
Code:
version=2

@pokemon.select(0)

:select:<pokemon.number(<pokemon.selected>)>
        :when:64
                @pokemon.evolve(<pokemon.selected>)
                @item.clearitem(1000,1)
                :end
        :when:61
                @pokemon.evolve(61,item,1000)
                @item.clearitem(1000,1)
                :end
        :when:67
                @pokemon.evolve(67,item,1000)
                @item.clearitem(1000,1)
                :end
        :when:75
                @pokemon.evolve(75,item,1000)
                @item.clearitem(1000,1)
                :end
        :when:79
                @pokemon.evolve(79,item,1000)
                @item.clearitem(1000,1)
                :end
        :when:93
                @pokemon.evolve(93,item,1000)
                @item.clearitem(1000,1)
                :end
        :when:95
                @pokemon.evolve(95,item,1000)
                @item.clearitem(1000,1)
                :end
        :when:112
                @pokemon.evolve(112,item,1000)
                @item.clearitem(1000,1)
                :end
        :when:117
                @pokemon.evolve(117,item,1000)
                @item.clearitem(1000,1)
                :end
        :when:123
                @pokemon.evolve(123,item,1000)
                @item.clearitem(1000,1)
                :end
        :when:125
                @pokemon.evolve(125,item,1000)
                @item.clearitem(1000,1)
                :end
        :when:126
                @pokemon.evolve(126,item,1000)
                @item.clearitem(1000,1)
                :end
        :when:137
                @pokemon.evolve(137,item,1000)
                @item.clearitem(1000,1)
                :end
        :when:233
                @pokemon.evolve(233,item,1000)
                @item.clearitem(1000,1)
                :end
        :when:349
                @pokemon.evolve(349,item,1000)
                @item.clearitem(1000,1)
                :end
        :when:356
                @pokemon.evolve(356,item,1000)
                @item.clearitem(1000,1)
                :end
        :when:366
                @pokemon.evolve(366,item,1000)
                @item.clearitem(1000,1)
                :end
        :when:525
                @pokemon.evolve(525,item,1000)
                @item.clearitem(1000,1)
                :end
        :when:533
                @pokemon.evolve(533,item,1000)
                @item.clearitem(1000,1)
                :end
        :when:588
                @pokemon.evolve(588,item,1000)
                @item.clearitem(1000,1)
                :end
        :when:616
                @pokemon.evolve(616,item,1000)
                @item.clearitem(1000,1)
                :end
        :when:682
                @pokemon.evolve(682,item,1000)
                @item.clearitem(1000,1)
                :end
        :when:684
                @pokemon.evolve(684,item,1000)
                @item.clearitem(1000,1)
                :end
        :when:708
                @pokemon.evolve(708,item,1000)
                @item.clearitem(1000,1)
                :end
        :when:710
                @pokemon.evolve(710,item,1000)
                @item.clearitem(1000,1)
                :end

:endwhen
:end
 

krisoffer

Trainer
when im in the hunted forest it says "your game was erased" and a ghost appears. i have the virus scan, what do i do?
 

Leahkim

Dragon Tamer
when im in the hunted forest it says "your game was erased" and a ghost appears. i have the virus scan, what do i do?
From what I remember, if you have the virus scan, then the ghost should no longer be there. I'll check the scripts and get back to you. Just to double-check, you did receive the virus scan outside of the forest right?

Also, after you got the virus scan, did you continue to see missingno or did you find regular pokemon?
 
Last edited:
Top