Jump to content

Amuyea

ViP Pro
  • Posts

    11,503
  • Joined

  • Last visited

Everything posted by Amuyea

  1. They do have right to know if you have good account or not.
  2. Due to @IamU not being online or letting us know that winners already received the prizes. /Locked
  3. What tweak was causing problem? Maybe others had the same problem
  4. make package Honestly, for me the tweak.xm looks wrong
  5. Screenshot of the error please?
  6. Welcome, enjoy your stay
  7. Cuz you don't know what characters you have etc.
  8. That's good then
  9. I know about the update. give me some time :|
  10. No problem You should make menu after the death like wanting to play again or not.
  11. Alright lol
  12. What the part that it skipped do. Like it will drop after enemy dies or after damage dealt in total of 100?
  13. Fixed HPotions used case 2: if(mxHPotions > 0) { hp += hpHealAmount; // You put mxHPotions instead of hpHealAmount mxHPotions-- ; System.out.println("---------------------------------------------------"); System.out.println("\t> You drank the potion!" + hpHealAmount + " gained!"); System.out.println("\t> You have " + hp + " HP."); System.out.println("\t> You have " + mxHPotions + " Heath Potions left!"); System.out.println("---------------------------------------------------"); }else{ System.out.println("\t> You ran out, idiot!"); break; } break;
  14. In class and on my own too
  15. Please provide the screenshot of it
  16. Okay. I added the code to the program. if (enemyHP < 1){ System.out.println("---------------------------------------------------"); System.out.println(" # " + enemy + " was defeated! # "); System.out.println(" # "); System.out.println(" # You have" + hp + " HP left."); Worked for me. Somehow it skipped (I don't understand what this do) if (rand.nextInt(100) > hpDrop ){ mxHPotions++; System.out.println(" # The " + enemy + " has dropped a health potion! #"); System.out.println(" # You have" + mxHPotions + " potion(s)! #"); System.out.println("---------------------------------------------------"); int input1 = in.nextInt(); System.out.println("What now?"); System.out.println("1. Continue this maze of death untill you die..."); System.out.println("2. Realize that you have better things to do and quit!"); switch (input1){ case 1: System.out.println("So you choose death, eh... good luck on massacre of mystical creatures."); break; case 2: System.out.println("So you choose life, eh... good luck on actual things you have to do."); break; default: System.out.println("---------------------------------------------------"); System.out.println("Invalid Command"); System.out.println("---------------------------------------------------"); break; Also case 2: if(mxHPotions > 0) { hp += mxHPotions; mxHPotions-- ; System.out.println("---------------------------------------------------"); System.out.println("\t> You drank the potion!" + hpHealAmount + " gained!"); System.out.println("\t> You have " + hp + " HP."); System.out.println("\t> You have " + mxHPotions + " Heath Potions left!"); System.out.println("---------------------------------------------------"); }else{ System.out.println("\t> You ran out, idiot!"); break; } break; Didn't give 50 health point to Hp just few
  17. Does it give you any errors?
  18. welcome
  19. Not really. It won't work for all apps.
  20. Wasn't this was removed before?
×
  • Create New...

Important Information

We would like to place cookies on your device to help make this website better. The website cannot give you the best user experience without cookies. You can accept or decline our cookies. You may also adjust your cookie settings. Privacy Policy - Guidelines