Skill Error Messages

Skill Error Messages 0.1

No permission to download
Its more of a way to demonstrate how HPM overloading can be used (its going to be much more fun to play with once we get HPM Hooks released).



SkillErrorMessages

Replaces client-side error messages by custom server-side error messages, for skills.

  • Not Enough Spirit Spheres Message

    Code:
    %d requires a total mind bullets
    becomes

    Code:
    %s requires a total %d spirit spheres
    (%s being the skill name, %d the amount of spirit spheres)



Contribute / Customize

Its available at our Staff Plugins Repo, pull requests are more than welcome.

Author
Ind
Downloads
123
Views
2,732
First release
Last update

Ratings

0.00 star(s) 0 ratings

More resources from Ind

  • Mob Drop Qty
    Mob Drop Qty
    HPM Plugin. /** * Adds a 50% ( customizeable ) chance for ETC (customizeable) items to drop from...
  • Visible Monsters HP
    Visible Monsters HP
    HPM Plugin. - Monsters HP is visible to all players, instead of only those who hit it. -...
  • Server Side Manners.txt
    Server Side Manners.txt
    HPM Plugin. - Implements the 'server-side' manners.txt aka ability to blacklist words.  ...
  • bonus bCoolDownRate,<x>;
    bonus bCoolDownRate,<x>;
    HPM Plugin. Implements the 'bCoolDownRate' item bonus, demonstrates how to implement a item...
  • @storeitem
    @storeitem
    HPM Plugin. Implements the @storeitem command @storeitem <item name or ID> <quantity> <refine>...
Back
Top