Recent content by BuddyBrawler

  1. B

    Player is invisible

    Hello, I am using essentials V18.1 and I am having an issue with a invisible main character. What happened was, I was experimenting with the "start over" script by placing it in a event and setting it to auto run where the character would begin his adventure from. Just to clarify, I changed...
  2. B

    Lucidious89's Custom Ability Thread [Essentials v18.1]

    Yup that fixed it thanks! Lol, guess I'll fix that later, now the essentials is giving me an error message on an un altered flamebody beneath it. But aside from that, thank you again!
  3. B

    Lucidious89's Custom Ability Thread [Essentials v18.1]

    BattleHandlers::UserAbilityOnHit.add(:HYPNOCHANT, proc { |ability,user,target,move,battle| next if !isConst?(move.calcType,PBTypes,:PSYCHIC)? next if pbRandom(100)>=10 battle.pbShowAbilitySplash(user) if target.hasActiveAbility?(:SHIELDDUST) && !battle.moldBreaker...
  4. B

    Lucidious89's Custom Ability Thread [Essentials v18.1]

    Ok, sorry to bother again, but essentials is saying there is a problem with line "next if battle.pbRandom(100)>=10" in the ability. what did I do wrong? should I post the full code so we can get a better idea on what happened?
  5. B

    Lucidious89's Custom Ability Thread [Essentials v18.1]

    Thank you! I forgot about that ability completely...which is just sad because that is the ability I loved abusing in gens 6 and 7.
  6. B

    Lucidious89's Custom Ability Thread [Essentials v18.1]

    These are really cool abilities. I have made one myself in essentials, but I have no idea how to code it. I don't know how to post my own thread here so I hope no one minds me asking for help here. The ability I made is Hypno Chant. The user strikes at the target with psychic type attacks and...
Back
Top