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

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

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...

×
×
  • Create New...

Important Information

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