• Our software update is now concluded. You will need to reset your password to log in. In order to do this, you will have to click "Log in" in the top right corner and then "Forgot your password?".
  • 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.

Help & Request Thread

Status
Not open for further replies.

Glitchfinder

Let's all get along, please?
477
Posts
17
Years
  • I am scripting in RMXP, and using poccil's Essentials.

    But I need help with windows. I know how to set one up with super(0, 0, 360, 480), but I need to know how to position stuff, and use images etc.

    So say I wanted to position a picture called 'standard.png' in the middle right of the screen, how would I do it, for example? If you help me, you will get credit in my game, as this is vital for a new feature I am scripting.

    My best suggestion is to look in the individual scripts that have windows with pictures. (I believe a good example is the script for the stats screen) I might edit this post later with more detailed information, though.
     

    蜃気楼

    Jirachi Fan
    246
    Posts
    16
    Years
    • Seen Feb 27, 2010
    A Music Tracker

    I need a music tracker(a tool to create music without any music instruments), but where to find a good one with premade samples(so I dont need a music instrument to record one)
     

    Glitchfinder

    Let's all get along, please?
    477
    Posts
    17
    Years
  • I need a music tracker(a tool to create music without any music instruments), but where to find a good one with premade samples(so I dont need a music instrument to record one)

    You could always use a midi builder. Those have premade notes for tons of instruments. (Though quality depends on the computer playing the track)
     
    23
    Posts
    16
    Years
    • Seen May 8, 2008
    Does anyone know how to set an adversary pokemon with a nickname? Like fighting a Charmander named Jack or something?
    I'm using Pokemon Essentials by the way
     
    Last edited:

    Ooka

    [font=Maven Pro][color=#A75EE2]Cosmic[/color][/fon
    2,626
    Posts
    16
    Years
  • Animated Intro

    So here's the thing, I've made an animated intro, but now I don't know if it will work or not. I'm extremely new to this stuff (just started yesterday) and I have no idea how to make a .gif work instead of using a png. If seeing the images would help (I doubt it) then I can post them as well.
     
    Last edited:
    39
    Posts
    16
    Years
    • Seen May 19, 2008
    what do you use to make the resolution ?

    i mean , what tool u use to make a new resolution like in the real pokemon games on rpgmakerxp ? im tryin' to use resolution demo but i have problems with compatibilites of pokemon essentials..
     

    O.G. Duke

    a.k.a OmegaGroudon
    974
    Posts
    17
    Years
    • Seen May 18, 2016
    Pokemon Essential already has a resolution changer.
    You can change your resolution in option menu.
     
    39
    Posts
    16
    Years
    • Seen May 19, 2008
    but you mean the option when i start the game or is somewhere on rpgmakerxp?
     

    O.G. Duke

    a.k.a OmegaGroudon
    974
    Posts
    17
    Years
    • Seen May 18, 2016
    The option in the game.
    Like where you could change font and anything else.
     

    exteradude

    Guest
    0
    Posts
    Okay, I've been looking for an rmxp/rm2k3 rip of the Pokemon Ruby/Sapphire player SURFING for about an HOUR. Where can I find him???
     

    gotron228

    ^_^
    413
    Posts
    16
    Years
  • In Blissy, Poccil and flamegurus starter kit Ive made my game I play test it and a error log comes up I delete the error log and then when i run the game again I leave the players room and teh error log shows I need help on how to stop this
     
    2,405
    Posts
    20
    Years
  • That's not... very helpful.
    If you provided the information of the actual error log, people might be able to help you.
     

    gotron228

    ^_^
    413
    Posts
    16
    Years
  • thats the error log
    now its whenever I enter another building taht came up when i entered The pokemon Research Center

    Exception: Errno::ENOENT
    Message: File Data/Map005.rxdata not found.
    Game_Map*:52:in `load_data'
    Game_Map*:52:in `setup'
    PokemonMap:710:in `getMap'
    PokemonMap:837:in `setMapsInRange'
    PokemonMap:831:in `each'
    PokemonMap:831:in `setMapsInRange'
    Resolution*:17:in `display_x='
    Game_Map*:71:in `setup'
    PokemonMap:658:in `setup'
    Scene_Map:214:in `transfer_player'
    Exception: Errno::ENOENT
    Message: File Data/Map005.rxdata not found.
    Game_Map*:52:in `load_data'
    Game_Map*:52:in `setup'
    PokemonMap:710:in `getMap'
    PokemonMap:837:in `setMapsInRange'
    PokemonMap:831:in `each'
    PokemonMap:831:in `setMapsInRange'
    Resolution*:17:in `display_x='
    Game_Map*:71:in `setup'
    PokemonMap:658:in `setup'
    Scene_Map:214:in `transfer_player'
     

    PokemonPlatnum

    nomnomnom.
    257
    Posts
    16
    Years
  • Throwing a Pokeball

    In the Game I am Making with Pokemon Essiantials,When I throw a Pokeball This
    Message Appears:

    Exception: ArgumentError
    Message: wrong number of arguments(3 for 2)
    PokeBattle_Battle:141:in `pbThrow'
    PokeBattle_Battle:141:in `pbThrowPokeBall'
    PokeBattle_Battle:1639:in `pbRegisterItem'
    PokeBattle_Battle:2393:in `pbCommandPhase'
    PokeBattle_Battle:2352:in `loop'
    PokeBattle_Battle:2407:in `pbCommandPhase'
    PokeBattle_Battle:2341:in `each'
    PokeBattle_Battle:2341:in `pbCommandPhase'
    PokeBattle_Battle:722:in `pbStartBattleCore'
    PokeBattle_Battle:721:in `logonerr'


    Is there any Way of Fixing it?
     

    PokemonPlatnum

    nomnomnom.
    257
    Posts
    16
    Years
  • Help

    When my game is uploading the metadata this errorlog comes up:



    Exception: NameError
    Message: undefined local variable or method `ret' for nil:NilClass
    Compiler:164:in `csvBoolean!'
    Compiler:395:in `pbGetCsvRecord'
    Compiler:363:in `each'
    Compiler:363:in `pbGetCsvRecord'
    Compiler:655:in `pbCompileMetadata'
    Compiler:628:in `pbCompilerEachCommentedLine'
    Compiler:480:in `each_line'
    Compiler:480:in `pbCompilerEachCommentedLine'
    Compiler:477:in `open'
    Compiler:477:in `pbCompilerEachCommentedLine'


    How do I fix This?
     
    Status
    Not open for further replies.
    Back
    Top