Jump to content
  • 0
Jedzkie

VIP System (Hercules)

Question

hi! how can i make the VIP system of Hercules shows if i change a map? it is only shows when i login. thanks!

Share this post


Link to post
Share on other sites

7 answers to this question

Recommended Posts

  • 0

Bump?

Share this post


Link to post
Share on other sites
  • 0

bump?

Share this post


Link to post
Share on other sites
  • 0

VIP System is applied, but it displays message on login and not on map change.

For Diplaying Message at every map change:

clif.c

find

 if( sd->state.changemap ) {// restore information that gets lost on map-change 
 

Add Below

clif->show_modifiers(sd);
And remove the one from pc_scdata_received(so you do not receive double message at login)

Share this post


Link to post
Share on other sites
  • 0

how to activate vip system? im using a latest git

set ModExp, 200; --->2X

set ModDrop, 300; ---->3X

set ModDeath, 50; ---->0.5X

Edited by Angelmelody

Share this post


Link to post
Share on other sites
  • 0

you put this as an item script right?

and yeah did it and how to set for duration like for 1 day 3 days 1 week 1 month? LOL this is nice

Edited by iZeal

Share this post


Link to post
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.