Skill Error Messages

Ind

Development Administrator
Staff member
Messages
1,655
Points
113
thumb-3932c1de292a972a0565184f6de0f0e6-skillerrormessages.jpg


File Name: Skill Error Messages

File Submitter: Ind

File Submitted: 09 Jun 2013

File Category: Plugins

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.

Click here to download this file

 
HPM:plugin_load: failed to load 'plugins/SkillErrorMessages.so', skipping...

How do I fix that? Here are the things I did...

Put the file in src/plugins

Edit Makefile.in

Edit plugins.conf

Used ./configure

I'm on centos, please let me know what I missed. Thanks

 
HPM:plugin_load: failed to load 'plugins/SkillErrorMessages.so', skipping...

How do I fix that? Here are the things I did...

Put the file in src/plugins

Edit Makefile.in

Edit plugins.conf

Used ./configure

I'm on centos, please let me know what I missed. Thanks
./configure

make clean

make sql

?

 
I did those, i still get the error message. Even if i used just the sample plugin.

 
@Xgear

LOL, seriously? Trying it now. I made a separate topic for newbies like me in the support section. I'll update that if this works.

 
Ind is inspired :> 

 
Back
Top