[v2.0]Basic Premium System

it's not working anymore.. I put the item script and no errors in the script.. also on the npc, but when I get the premium ticket, I still have 0 days of premium.. do I have to wear the item? or just be in inventory? thank you
default_smile.png


-problem solved
default_smile.png


 
Last edited by a moderator:
change all:

SC_EXPBOOST

SC_JEXPBOOST

SC_ITEMBOOST

into:

SC_CASH_PLUSEXP

SC_CASH_RECEIVEITEM

SC_CASH_PLUSONLYJOBEXP

 
What is the default group id?

I change de commands in the id 1 but dont work :/
Try with group ID# 0 (it's default for new users)

conf/groups.conf

Code:
groups: ({id: 0 /* group 0 is the default group for every new account */name: "Player"level: 0inherit: ( /*empty list*/ )commands: {/* no commands by default */}permissions: {/* without this basic permissions regular players could nottrade or party */can_trade: truecan_party: true}},
 
change all:

SC_EXPBOOST

SC_JEXPBOOST

SC_ITEMBOOST

into:

SC_CASH_PLUSEXP

SC_CASH_RECEIVEITEM

SC_CASH_PLUSONLYJOBEXP
 
If I do that, the VIP players could not use Battle Manuals or other items that give buffs with these same constants.
Have any other way to make this change EXP, JOB and DROP?
 
Back
Top