Recent content by mamba

  1. M

    [Scripting Question] Levelcheck script need help

    a simple check level let say to get an item or trigger another event. I am trying to use use for obedience badge, where you hit a certain level in a party, talk to a person to get a badge. And hit another higher level, you get another badge.
  2. M

    [Scripting Question] Levelcheck script need help

    i wrote it in a new section above the main
  3. M

    [Script✓] Levelcheck script need help

    I realize i post at the wrong place, but if someone can help here that will be good too. :)
  4. M

    [Scripting Question] Levelcheck script need help

    Hi, as the title says, how do I level check the script without using any switch? (I am intending to use a conditional branch for pbHasLevel? (xx) ) I tried to use this script but it doesnt work. Am i doing somthing wrong? I also hope that I post this ques in the right thread... def...
  5. M

    [Script✓] Levelcheck script need help

    Hi, as the title says, how do I level check the script without using any switch? (I am intending to use a conditional branch for pbHasLevel? (xx) ) I tried to use this script but it doesnt work. Am i doing somthing wrong? I also hope that I post this ques in the right thread... def...
  6. M

    [Error] Attacked when Poisoned

    Hi, I do not why I got this error when the ai tried to attack me when I am already poisoned. I did not change anything in the ai command . So need help. I am using essential 7.2.
  7. M

    [Completed] [v6.4] Pokémon Infinite Fusion (New Pokémon, Character Customization and more!)

    oh nvm, I just redownload the game and it works fone now :)
  8. M

    [Completed] [v6.4] Pokémon Infinite Fusion (New Pokémon, Character Customization and more!)

    I have a script error with this link as shown below after the double battle with Gary against the team rocket in lavender tower. https://drive.google.com/file/d/1Je3yeehImnzUc7ixyp6r_TXQVFX390_P/view Need help. Thanks!!
  9. M

    [Scripting Question] Consime ( eat berry instantly)

    ok, I tried your method but it still doesnt work. I make a little tweaks just to activate the user own berry but also does not work, this is what I have. still need help class PokeBattle_Move_168 < PokeBattle_Move def pbEffectAfterHit(attacker,opponent,turneffects) if...
  10. M

    [Scripting Question] Consime ( eat berry instantly)

    The name say it all, trying to get a move consume which instantly consume and take the effects of the berry. My script does nothing at all when i tested. eh what am I doing wrong? class PokeBattle_Move_168 < PokeBattle_Move def pbConsumeItem(recycle=true,pickup=true)...
  11. M

    [Scripting Question] alchemy script help ( similar move to techno blast)

    I see eh, I tested it and it is still a normal type. Maybe you are right, the move does have an explicit return.
  12. M

    [Scripting Question] alchemy script help ( similar move to techno blast)

    Hi, I am trying to create a move called alchemy. It is similar to techno blast so I made used of its script. The only difference is that after certain berries ( as mentioned below) are consumed, the alchemy move will give different typings. I used this script below, but it seems that after...
  13. M

    [Completed] Pokémon Empyrean [v1.1] (~! Final Arc Released !~)

    I downloaded and played from the (Pokemon Empyrean v0.9.1 FULL ) so there I did not patch. That link still need to patch?
  14. M

    [Completed] Pokémon Empyrean [v1.1] (~! Final Arc Released !~)

    After fighting all the trainers in buckheim during an event, my game crash every time I enter the underground. I cant seem to continue the game please help. I am playing at the 0.9.1 version. I also tested by shifting my saved file to the older version ( 0.5.2). I still got the same issue.
  15. M

    [Scripting Question] Disable item and exp gain during battle

    So for those who want to use temporary disable exp during battle using a switch. Control shift F "# Now calculate EXP for the participants ". It will bring the page to def pbGainEXP at secontion PokeBattle_battle. Find this code and add the script in red. This will disable the comment for...
Back
Top