scripting

  1. J

    [Scripting Question] Help to make an ability [21.1]

    I want to make an ability for my game that boosts the user's highest stat in Rain. However, I know absolutely nothing about how to make it. Could somebody help me?
  2. Krendall

    [pokefirered] Add Free Move Maniac to Any Map (Very Simple)

    This is a simple method to add scripts, add an object to a map, and apply a script to add a free (doesn't require mushrooms) Move Maniac (aka Move Relearner or Move Rememberer) to any map. This is mostly an edit of the scripts.inc and text.inc files found in data\map\TwoIsland_House, which is...
  3. M

    [Scripting Question] Game freezes after event finishes

    Okay so I've thrown together some maps and some smaller events learning mapping and scripting. I'm trying to create an event where the player comes downstairs and immediately Mom moves in front of them says a bunch of stuff, and moves back to their previous position. With some help from people...
  4. Ermurgok

    [Scripting Question] Resting players pokedex information in game

    Hi, so I'm trying to build a game in essentials v21.1 and would like to ask a Pokedex question. So in my game there's a part where the player can choose a random Pokemon, you can select a Pokemon and if your not happy, swap it for another. But my problem is that if you look at 5 different...
  5. L

    [Question] Changing Party size

    Hey! I'm currently working on a fan game, and I want to change the maximum party size from 4 to 6 members. I attempted the following in the script editor under the "Settings" section of RPG Maker XP: MAX_PARTY_SIZE = $game_variables[60] Here, the value in the brackets is the ID number of the...
  6. TrueUrsamax

    Scripting help

    Hi everyone, I'm new to this whole scripting thing, so I'll really appreciate some help. Tl;dr I'm trying to set up and even where the player needs to give 3 blue shards to an npc to progress on floors, but I keep getting syntax errors. Im not really understanding the wiki...
  7. O

    [Scripting Question] Setting Pokemon as Non-Removable?

    Hi all, So trying to figure out how to set certain pokemon species as non-removable, both to release into the wild or to put into the PC. I found this old thread on an old version: https://www.pokecommunity.com/threads/non-removable-pokemon.302690/#post-7689706 However, I can't find a lot of...
  8. AIDS mit AI ganz wichtig

    How to define more specific Battle Frontier Pokemonmovesets?

    Version 21.1 with Hotfixes + Gen 9 Pack Hi! I want to edit Pokemon movesets from the Battle Frontier to increase/maximize their potencial. I want to add ... - the ability (the ability gets chosen randomly, but there are movesets that really rely on the right ability) - the excact EV spread...
  9. J

    How to make a hidden Event Person appear?

    Hey, I'm trying to create an Event Person that will not show on the map at first, and then appear once the player steps on a script like the original game does with prof Oak at the beginning. Any idea how to do so?
  10. X

    [Custom Feature Question] Pokemon Essentials v21.1 "Battle_Scene_Menus" and custom moves error

    Hello, I've been working on this for a little while and after spriting all the types and other shenanigans I finally went to test out the moves and ran into error after error after error, using some clever AI's (notably Claude v3 Opus) I managed to circumvent/solve the majority of them, however...
  11. TransGirlCammy

    [Scripting Question] Gifting pokemon with passwords

    Im trying to gift the player a pokemon if they put in the correct password, I've managed to get the text box to open and i can give the player the pokemon but I'm struggling with giving the player the pokemon ONLY if they put in the right password, I would love some help also I'm pretty new to...
  12. Elfyer

    [Script] Check if a type's in the team

    Hi everyone! After many years far from pokémon hacking, I was wondering: is there a script/mod/engine that can make a npc check if a certain type or pokémon is in the player's team? I'd like to make a rom with specific trait: to become the very best you need to master every type of Pokémon, so...
  13. M

    [Solved] [Script] Custom Special and Event Triggering - goto_if_set bugging out?

    Hi All, This is my first post looking for debug help, so I apologize if I do this incorrectly. I want to have a custom event trigger in May's Room during the night hours (Jirachi appears, player gets to catch it, etc.). I've written a special function IsNight that checks if the...
  14. Girafarigg

    Making OSM Mew stay in place

    nevermind i figured ito ut
  15. EdgeZard X

    [FireRed] Animation Scripting Problem

    I used information from this thread: https://www.pokecommunity.com/threads/gen-iii-animation-scripting-tasks-and-templates.465265/ and an animation creator tool: https://www.pokecommunity.com/threads/move-animation-creator.457087/ to make a custom animation. (to be more specific, I used the...
  16. J

    Help with Overworld encounters

    Hello all, so I am fairly new to Hacking. I am hacking Fire Red and need some assistance or pointed in the right directions. I want to add Mew and the legendary beasts to the game. I've already created a new map that you get to through Bill's teleporter, and new places for the beasts.. I am...
  17. J

    Help with FireRed hack

    Hello everyone, this is my first time hacking and first time posting so sorry if this isn’t in the right place I am working on a really simple hack of FireRed. Overall, my goals to make Pokémon from gen1 & 2 available. I’m able to edit the wild Pokémon and evolution, but now my problem is event...
  18. HyperDragonZ

    [Scripting Question] EXP Share Problem

    So I added a Exp. Share Key Item. But whenever I try to turn it off this text pops up. I did everything correctly. Suggestions would be hepful!
  19. Draconic_Dragon12

    [Scripting Question] Can't Differentiate Between 2 Deoxys in a Double Battle

    Scripting a wild double battle with two Deoxys' and the system I'm using for changing their attributes isn't able to differentiate between the forms. To summarize everything, how can I make my EventHandlers script detect the forms from my WildBattle script?
  20. Moonshake

    [SCRIPT FIRE RED] Game freezes upon interacting with person event (trying to make a new choose starter script)

    So i wanted to make this new choose starter script there's these three separate objects that are the starters i made this script for one of them: #dynamic 0x810D88 #org @grass lockall checkflag 0x211 if 0x1 goto @urdone showpokepic 0x1 0xA 0x3 msgbox @budeer 0x4 closeonkeypress msgbox @choice...
Back
Top