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

  1. K

    Item Crafter Scene

    thanks! also im going to update it sometime this week so look for an update some time soon
  2. K

    Item Crafter Scene

    its because the recipes are probably locked. but i need to edit this script anyways. its old and i realize that i did the unlocking system kind of wrong. as well as ill make 2 versions. one that has the locked recipes and one without.
  3. K

    Even More Fixes and Additions to Help-14's Following Pokemon Script

    so i have a video on youtube showing how to add this script for v15.1 and i had a bunch of people posting error for v16 so someone commented how to fix it. this is his comment First: Change everything in your "Pokemon Follow" Script that says: "egg?" to "isEgg?" Then: Change everything in your...
  4. K

    Pokémon BW2 Menu

    just copy and paste and hit ctrl + shift + f and paste it in to search all scripts for it
  5. K

    [Question] Any Unity3d Pokemon scripts to use?

    if you're going to be using unity, everything you want to do, you will need to write a script for it. so for example, movement - you will need to make a player controller or some sort of script to allow for player movement, based on key inputs and applying force to the player object. Id...
  6. K

    Item Crafter Scene

    haha dont worry about it. Im just glad people are actually using this script i made!
  7. K

    Item Crafter Scene

    it works fine for me. Did you make sure to copy the images and place them in the path : graphics/pictures/ItemCrafter
  8. K

    Pokémon BW2 Menu

    ya so im getting this same error. I try it without the script and it works fine but then when use the script this happens, even when using the diff pbunlockdex commands. also i noticed if you click with the mouse on the pokedex and hit escape it close the menu as well, but if you open the...
  9. K

    Item Crafter Scene

    either 1 or 2 items to make an item, and each can have a set amount, so like it can take 2 of the first item and 1 of the second item to make 5 of the craftable item. or whatever you want. if that makes sense
  10. K

    Item Crafter Scene

    Just thought id let everyone know ive updated the script to now make each craftable item unlockable. each item by default is locked and will say to the player the recipe is unknown. all the details are in the script. if you have questions or any issued just let me know
  11. K

    Item Crafter Scene

    Ah sorry my bad, i misread the error. I re uploaded the script. there was just a spelling error in the script. it should work fine now
  12. K

    Item Crafter Scene

    im guessing that when trying to turn it into an item? if so try placing it under ItemHandlers::UseFromBag.add(:BLACKFLUTE,proc{|item| Kernel.pbMessage(_INTL("{1} used the {2}.",$Trainer.name,PBItems.getName(item))) Kernel.pbMessage(_INTL("Wild Pokémon will be repelled."))...
  13. K

    Player Stamina - how to tell when player is walking?

    thanks i got it working, at least the first part :) so this is checking if the player is moving, is there something that checks if the player is idle? so that when the player is idle the player then regains stamina? Edit : nvm i figured it out. now the part is to disallow the player when...
  14. K

    Player Stamina - how to tell when player is walking?

    HI, I was just wondering what script/scripts to look at to tell if the player is walking or not. I have a stamina system i want to implement where when the player is walking to decrease stamina by one and when stamina reaches 0, the player can no longer run. But the problem is, im not sure how...
  15. K

    hey, sorry its been over a week and i havnt answered ive just been really busy. Ill definitely...

    hey, sorry its been over a week and i havnt answered ive just been really busy. Ill definitely pm you tonight how to do it :)
Back
Top