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

Recent content by ItzaJimbo

  1. ItzaJimbo

    [Scripting Question] Custom ability

    https://www.pokecommunity.com/showthread.php?t=362474 The guy who made this thread made an ability that does what you are asking for.
  2. ItzaJimbo

    Pokemon Summary Help

    Thank you that was a my bad
  3. ItzaJimbo

    Pokemon Summary Help

    So I'm gonna try to explain this in words but does anyone know how to change the index number of a pokemon in the summary page one without changing all my graphics and renaming them? Just in case you don't understand Ex. Charmander is placed pokemon 004 but on the summary I would display it...
  4. ItzaJimbo

    [Error] Primal Reversion Errors

    Oh All I did was change this line of code def makeUnprimal v=MultipleForms.call("getUnprimalForm",self) self.form=(v!=nil) ? v : 0 end end to this def makeUnprimal v=MultipleForms.call("getUnprimalForm",self) if v!=nil; self.form=v elsif isPrimal?; self.form=0...
  5. ItzaJimbo

    [Error] Primal Reversion Errors

    Nevermind just fixed it Apparently in version 16.2 there are missing pieces of code in PField_Field which allow primal evolution I just added it in there the same way makeUnmega was put in there
  6. ItzaJimbo

    [Error] Primal Reversion Errors

    Version 16.2
  7. ItzaJimbo

    [Error] Primal Reversion Errors

    So whenever I use primal reversion in battle it works but my pokemon doesn't return back to normal it just stays as primal groudon.
  8. ItzaJimbo

    [Discussion] Lets make a community resource

    Thank You so much komaoto this actually helps a lot. Now I just need to finish learning how to use mysql commands
  9. ItzaJimbo

    [Discussion] Lets make a community resource

    So I've had the question lately of how to make Online features in a essentials game so I looked it up and all what I found was a gts script which was very helpful I was happy with it but then I wanted more so I was wondering how to do online battles I couldn't really find any answers and the one...
  10. ItzaJimbo

    [Question] What would be the easiest way to have online battles

    Me And My friends were making fakemon and putting them into pokemon essentials but we wanted to make it a online battle simulator for our fakemon just within our friend group And I was wondering if anyone knew a easy way of doing it without really having to learn a whole lot of mysql
  11. ItzaJimbo

    [Scripting Question] how to use scripts that was from another game

    I'm not working on Wifi Battling Scripts At the moment but if I was how would I make a client with the insurgence server
  12. ItzaJimbo

    [Scripting Question] how to use scripts that was from another game

    I'm Pretty Sure you need MySQL knowledge to use that at least That's what I've learned about trying to make online interactions such as trading and battling. Unless You use PKSD which is a bit easier cause they teach you how I would switch over to PKSD but I am Too lazy to familiarize myself...
  13. ItzaJimbo

    [Error] Can Someone Help me Fix this

    I was Mapping Then I started a new game and this keeps popping up can someone help me Message: undefined method `[]=' for nil:NilClass PField_Field:1613 PField_Field:1607:in `call' Event:54:in `trigger' Event:49:in `each' Event:49:in `trigger' PField_MapFactory:202:in `setMapChanged'...
  14. ItzaJimbo

    [Error] My Npc Trainer Id's aren't working

    Actually could a admin or someone delete this post because I just decided to import all my scripts manually and now it works perfectly.
  15. ItzaJimbo

    [Error] My Npc Trainer Id's aren't working

    So it's not an error that stops me from playing the game but it will ignore npc trainer id's for example pbTrainerBattle(PBTrainers::RIVAL,"James",_I("......!"),false,1) Its supposed to show me 2 pokemon because it is a rival but instead it doesn't change and I think it has something to do...
Back
Top