VIP System (Hercules)

Jedzkie

The Master of White Spaces
Messages
632
Points
0
Age
33
Location
Philippines
Discord
✪ Jedzkie#0662
IRC Nickname
Jedzkie
Github
Jedzkie
Emulator
Client Version
2016-03-16 RE
hi! how can i make the VIP system of Hercules shows if i change a map? it is only shows when i login. thanks!

 
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

Code:
clif->show_modifiers(sd);
And remove the one from pc_scdata_received(so you do not receive double message at login)
 
Last edited by a moderator:
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

 
Last edited by a moderator:
Back
Top