• Just a reminder that providing specifics on, sharing links to, or naming websites where ROMs can be accessed is against the rules. If your post has any of this information it will be removed.
  • Ever thought it'd be cool to have your art, writing, or challenge runs featured on PokéCommunity? Click here for info - we'd love to spotlight your work!
  • Welcome to PokéCommunity! Register now and join one of the best fan communities on the 'net to talk Pokémon and more! We are not affiliated with The Pokémon Company or Nintendo.

Where is the fossil maniac in the example maps?

  • 78
    Posts
    11
    Years
    • Seen Sep 7, 2015
    This has nothing to do with the question at hand, but does anyone know where the fossil maniac is in the example maps? I'm trying into input him, but I can't find him.
     
    There is no Fossil Maniac in the example maps. Maybe you're thinking of the fossil reviver, who is in the Pokémon Institute in Cedolan City. Take note of the door event in the city's map that leads into his lab.

    I'm getting an event error when I try to let the Fossil Reviver accomdate all of the fossils....

    Exception: RuntimeError
    Message: Script error within event 47, map 125 (Rakenvale Cave):
    Exception: SyntaxError
    Message: (eval):8:in `pbExecuteScript'compile error
    (eval):8: syntax error
    ,:JAWFOSSIL)
    ^
    ***Full script:
    pbChooseItemFromList(
    _I("<c2=6546675A>Do you have a fossil
    for me to revive?"),11,
    :HELIXFOSSIL,:DOMEFOSSIL,:OLDAMBER,
    :ROOTFOSSIL,:CLAWFOSSIL,
    :SKULLFOSSIL,:ARMORFOSSIL,
    :COVERFOSSIL,:PLUMEFOSSIL,:SAILFOSSIL
    ,:JAWFOSSIL)


    Interpreter:276:in `pbExecuteScript'
    Interpreter:1606:in `command_355'
    Interpreter:494:in `execute_command'
    Interpreter:193:in `update'
    Interpreter:106:in `loop'
    Interpreter:198:in `update'
    Scene_Map:103:in `update'
    Scene_Map:101:in `loop'
    Scene_Map:114:in `update'
    Scene_Map:68:in `main'

    EDIT: I realized it was a formatting error, but he wont revive the fossils. It lists the choices normally, but when you ask again, he says "Aiyah! You come again!" ,and doesn't even go into reviving the fossil.
     
    Last edited:
    Yo DO know how the fossil reviver works, right? You have to step outside. That's why I said to look at the door event, because in there is what makes the revival happen.
     
    Yo DO know how the fossil reviver works, right? You have to step outside. That's why I said to look at the door event, because in there is what makes the revival happen.
    I, after further looking, found it. Thanks for that. But, when I turn to add both Amaura and Tyrunt to his list...I reach an syntax error with the amount of pokemon I can include within the box...
    Exception: RuntimeError
    Message: Script error within event 48, map 125 (Rakenvale Cave):
    Exception: SyntaxError
    Message: (eval):12:in `pbExecuteScript'compile error
    (eval):12: syntax error
    :JAWFOSSIL,:TYRUNT])
    ^
    ***Full script:
    pbConvertItemToPokemon(9,[
    :HELIXFOSSIL,:OMANYTE,
    :DOMEFOSSIL,:KABUTO,
    :OLDAMBER,:AERODACTYL,
    :ROOTFOSSIL,:LILEEP,
    :CLAWFOSSIL,:ANORITH,
    :SKULLFOSSIL,:CRANIDOS,
    :ARMORFOSSIL,:SHIELDON,
    :COVERFOSSIL,:TIRTOUGA,
    :PLUMEFOSSIL,:ARCHEN,
    :SAILFOSSIL,:AMAURA
    :JAWFOSSIL,:TYRUNT])


    Interpreter:276:in `pbExecuteScript'
    Interpreter:1606:in `command_355'
    Interpreter:494:in `execute_command'
    Interpreter:193:in `update'
    Interpreter:106:in `loop'
    Interpreter:198:in `update'
    Scene_Map:103:in `update'
    Scene_Map:101:in `loop'
    Scene_Map:114:in `update'
    Scene_Map:68:in `main'
     
    That and I believe the number 9 needs to be changed to 11 as you added 2 new fossils to the original 9.
     
    Back
    Top