Recent content by Amyrakunejo

  1. Amyrakunejo

    [Discussion] Pokémon Essentials v18 progress report

    Seconding julio here on not being a suggestion. Not everyone uses mouse and keyboard for gaming.
  2. Amyrakunejo

    [Discussion] Pokémon Essentials v18 progress report

    I'm glad to see this still getting love. My only thing... Gamepad support. Like, I wanna be able to play the game without having to use Joy2Key. My level of skill in Ruby/RGSS is not very high, so implementing this myself is not something I'm likely able to accomplish...
  3. Amyrakunejo

    IMPORTANT: Server transition & new ownership

    What's that popular saying? Oh yeah. Yeet! Only I say Yeep! lol Baaa? No, Flaaaa... (get it?) https://www.youtube.com/watch?v=YS2-v6nqYQg
  4. Amyrakunejo

    [Scripting Question] X Candy (Rare Candy that increases EXP instead of level)

    Pfft. I'll send you the necessary stuffs via PM. Give me a bit to do so; there's some add-ons I made for this.
  5. Amyrakunejo

    [Scripting Question] X Candy (Rare Candy that increases EXP instead of level)

    Suffice to say, I got this to work. One issue: It throws an error if the Items.txt has numbers in the item description text with digit grouping (i.e. 1,000). Even still, surely there's a workaround for it. I'll get to that later but for now... Blue Candy = 50 XP ; 500 cost Green Candy = 100 XP ...
  6. Amyrakunejo

    [Other Question] Gamepad Functionality needs to be a thing and can it be done minus emulation

    Hmmm... Okay. Looks like I'd have to get someone to assist me on this; I'm not an expert at this and don't exactly know what I am doing. But I might figure it out solo, I don't know.
  7. Amyrakunejo

    [Other Question] Gamepad Functionality needs to be a thing and can it be done minus emulation

    This really bugs me since ALL my RM game testing is done using a gamepad and PE has somehow disabled it or has made it to where one has to fiddle with the scripting in a way I don't know intricately enough to go for it myself. Also, yes I know I could use Joy2Key but since by DEFAULT all RM...
  8. Amyrakunejo

    [Scripting Question] X Candy (Rare Candy that increases EXP instead of level)

    Well, it works now, but how would I get it to display that the Pokémon's EXP was raised by x amount? Also, I know how that feels; my payee refuses to get me furniture so I suffer as a result. (causing me health issues but she doesn't care)
  9. Amyrakunejo

    [Scripting Question] X Candy (Rare Candy that increases EXP instead of level)

    ItemHandlers::UseOnPokemon.add(:XP50,proc{|item,pokemon,scene| if pokemon.level>=PBExperience::MAXLEVEL || (pokemon.isShadow? rescue false) scene.pbDisplay(_INTL("It won't have any effect.")) next false else pbChangeExp(pokemon,pokemon.exp+=50,scene) scene.pbHardRefresh...
  10. Amyrakunejo

    [Scripting Question] X Candy (Rare Candy that increases EXP instead of level)

    Mmm. Unfortunately, it's far less simple. It does seem that it would work, if I knew how to code the part that changes a Pokémon's EXP. In Items, I see where I could potentially copy code for Changing EXP this way, but I know that it wouldn't work without making tweaks that I don't even know...
  11. Amyrakunejo

    Greetings, from the sticks! (lol)

    Thank you; I'm admittedly not on that much (got a lot going on as is); and if my dreams ever come to fruition, yeah, you'll know of it. Trust me. I honestly haven't played X and Y, nor any of the games past Gen. 4 (under-privileged here), but at some point, that would be awesome to get to know...
  12. Amyrakunejo

    Featured: The Video Game Claims Thread

    Hmmm... Terra Branford (Final Fantasy VI) x Amyrakunejo Celes Chere (Final Fantasy VI) x Amyrakunejo Sarisa Taikun (Final Fantasy V) x Amyrakunejo Reina Taikun (Final Fantasy V) x Amyrakunejo Maria (Final Fantasy II) x Amyrakunejo Yuffie Kisaragi (Final Fantasy VII) x Amyrakunejo Tifa Lockhart...
  13. Amyrakunejo

    What are you currently playing? V4

    The most recent game I played (and am still playing) is Ys Chronicles +. I beat Ancient Ys Vanished Omen and am about one-third through The Final Chapter. I have to say, the BGM is amazing, especially the BGM for the Shrine (first dungeon of Ys I).
  14. Amyrakunejo

    Music What are you currently listening to? Edition XV!

    Psychostick - This is Not A Song, It is A Sandwich! (I am fully into the lore by the way) https://www.youtube.com/watch?v=0DvnOYZnlns
  15. Amyrakunejo

    Where did your username come from?

    My username? It's my actual name; roughly translated to English from my native tongue, it means 'Fairest Lady'. It holds true; I am very fair, but not always nice. I try to be, but don't push me...lol That delicious looking image has now made me hungry, lol
Back
Top