If it doesn't and if no one wants to work on it I'll try and add the last bits after my quest log overhaul.I hope that this will come with the mega ultra patch that they are going to release =)any news?
If it doesn't and if no one wants to work on it I'll try and add the last bits after my quest log overhaul.I hope that this will come with the mega ultra patch that they are going to release =)any news?
OMG, thanks. This will be great news for all Hercules userIf it doesn't and if no one wants to work on it I'll try and add the last bits after my quest log overhaul.I hope that this will come with the mega ultra patch that they are going to release =)any news?
I wish that kisuka is still up for thisOMG, thanks. This will be great news for all Hercules userIf it doesn't and if no one wants to work on it I'll try and add the last bits after my quest log overhaul.I hope that this will come with the mega ultra patch that they are going to release =)any news?![]()
thumbs up for this.got a question what do the display represents?
![]()
is 1 the common rate? then the 2 and 3 will sum up with the common if it has a value?
alright now I figure it out...1 is the total while 2 and 3 are factors..
having a formula of (1) = ((2)+(3)) - 100
here is my proposed config
PremiumServiceInfo.conf
pvc: ({ PremiumSvcType: 1 /* 0 : disable, 1 : enable, 2 : enable + PC Bang/Cafe Premium */ PCBangGrade: { /* Please suggest proper term */ 1:{ BaseEXP: 100 /* +100% */ JobEXP: 100 DeathBasePenalty: -10 /* -10% */ DeathJobPenalty: -10 Drop: 100 } } PCBangList: { { IP: 127.0.0.1 Grade: 1 } } PremiumGradeInfo:{ { GroupLevel: 1 BaseEXP: 100 /* +100% */ JobEXP: 100 DeathBasePenalty: -10 /* -10% */ DeathJobPenalty: -10 Drop: 100 MaxChar: 12 MaxStorage: 600 }, { GroupLevel: 2 BaseEXP: 150 /* +150% */ JobEXP: 100 DeathBasePenalty: -5 /* -5% */ DeathJobPenalty: -5 Drop: 200 MaxChar: 12 MaxStorage: 600 } }})
seems like I want to implement this one...
![]()
great, what about we can choose group IDs too instead of group level? and what will happen to items and characters that are on "extra" spaces when vip run out? have you tested everything? xD andwhat will be the script commands that we will be able to use? and atcommands related to this, is there any? and will the expiration be only in 2016-01-01 format? there will not be option to set hours too, something like 2016-01-01 15:23? if you need any more input just ask xDok..almost done guys...just need more comments and inputs from you...![]()
final conf...
//====================================================//= _ _ _ //= | | | | | | //= | |_| | ___ _ __ ___ _ _| | ___ ___ //= | _ |/ _ '__/ __| | | | |/ _ / __|//= | | | | __/ | | (__| |_| | | __/__ //= _| |_/___|_| ___|__,_|_|___||___///= //= http://herc.ws/board/ //====================================================// Premium Service Info Configs//====================================================psi: ({ /* 0 : disable, 1 : enable, 2 : enable + PC Cafe Premium */ PremiumSvcType: 1 /* Uncomment to enable */ /*EventPlus:{ BaseEXP: 100 JobEXP: 100 DeathBasePenalty: -10 DeathJobPenalty: -10 DropRate: 100 },*/ PCCafeGrade: ( { /* 0 */ BaseEXP: 100 JobEXP: 100 DeathBasePenalty: -10 DeathJobPenalty: -10 DropRate: 100 } ), PCCafeList: ( { IP: "127.0.0.1" Grade: 0 Expiration: "2016-01-01" } ), PremiumGradeInfo{ GroupLevel: 0 /* Normal Players */ BaseEXP: 0 JobEXP: 0 DeathBasePenalty: 0 DeathJobPenalty: 0 DropRate: 0 MaxCharSlot: 9 MaxStorage: 300 }, { GroupLevel: 1 /* VIP 1 */ BaseEXP: 100 JobEXP: 100 DeathBasePenalty: -10 DeathJobPenalty: -10 DropRate: 100 MaxCharSlot: 12 MaxStorage: 600 }, { GroupLevel: 2 /* VIP 2 */ BaseEXP: 250 JobEXP: 100 DeathBasePenalty: -50 DeathJobPenalty: -50 DropRate: 200 MaxCharSlot: 12 MaxStorage: 600 } )})
Screenshot:
![]()
![]()
I don't know whats the difference..anyway since many suggest that it should have expiration so let's add new entry in the database table..great, what about we can choose group IDs too instead of group level?
still there..I mimic aegis about the storage it will be like from 500/600 then when expire 500/300 so it will overlap and you can remove but can't add anymore to the storage..about the char slot can't find any in aegis, on how it works cause this vip settings won't expire its permanent..so a remedy I think of is to transfer chars to unallocated slots if it occupy the extra slots, and if it occupies all then let it be...its slots will come back to original state when char is deleted...and what will happen to items and characters that are on "extra" spaces when vip run out?
ispremium() and setpremium({<time?>});have you tested everything? xD andwhat will be the script commands that we will be able to use?
maybe reloadvipsettings? any addition?and atcommands related to this, is there any?
or lets make it a timer? long value?and will the expiration be only in 2016-01-01 format? there will not be option to set hours too, something like 2016-01-01 15:23?
lol...I'm already asking for it..hahahahaif you need any more input just ask xD
/*========================================== * charban command (usage: charban <time> <player_name>) * This command do a limited ban on a player * Time is done as follows: * Adjustment value (-1, 1, +1, etc...) * Modified element: * a or y: year * m: month * j or d: day * h: hour * mn: minute * s: second * <example> @ban +1m-2mn1s-6y test_player * this example adds 1 month and 1 second, and subtracts 2 minutes and 6 years at the same time. *------------------------------------------*/
ok..almost done guys...just need more comments and inputs from you...![]()
final conf...
//====================================================//= _ _ _ //= | | | | | | //= | |_| | ___ _ __ ___ _ _| | ___ ___ //= | _ |/ _ '__/ __| | | | |/ _ / __|//= | | | | __/ | | (__| |_| | | __/__ //= _| |_/___|_| ___|__,_|_|___||___///= //= http://herc.ws/board/ //====================================================// Premium Service Info Configs//====================================================psi: ({ /* 0 : disable, 1 : enable, 2 : enable + PC Cafe Premium */ PremiumSvcType: 1 /* Uncomment to enable */ /*EventPlus:{ BaseEXP: 100 JobEXP: 100 DeathBasePenalty: -10 DeathJobPenalty: -10 DropRate: 100 },*/ PCCafeGrade: ( { /* 0 */ BaseEXP: 100 JobEXP: 100 DeathBasePenalty: -10 DeathJobPenalty: -10 DropRate: 100 } ), PCCafeList: ( { IP: "127.0.0.1" Grade: 0 Expiration: "2016-01-01" } ), PremiumGradeInfo{ GroupLevel: 0 /* Normal Players */ BaseEXP: 0 JobEXP: 0 DeathBasePenalty: 0 DeathJobPenalty: 0 DropRate: 0 MaxCharSlot: 9 MaxStorage: 300 }, { GroupLevel: 1 /* VIP 1 */ BaseEXP: 100 JobEXP: 100 DeathBasePenalty: -10 DeathJobPenalty: -10 DropRate: 100 MaxCharSlot: 12 MaxStorage: 600 }, { GroupLevel: 2 /* VIP 2 */ BaseEXP: 250 JobEXP: 100 DeathBasePenalty: -50 DeathJobPenalty: -50 DropRate: 200 MaxCharSlot: 12 MaxStorage: 600 } )})
Screenshot:
![]()
![]()
the TPLUS, do you have also configuration for that?ok..almost done guys...just need more comments and inputs from you...![]()
final conf...
//====================================================//= _ _ _ //= | | | | | | //= | |_| | ___ _ __ ___ _ _| | ___ ___ //= | _ |/ _ '__/ __| | | | |/ _ / __|//= | | | | __/ | | (__| |_| | | __/__ //= _| |_/___|_| ___|__,_|_|___||___///= //= http://herc.ws/board/ //====================================================// Premium Service Info Configs//====================================================psi: ({ /* 0 : disable, 1 : enable, 2 : enable + PC Cafe Premium */ PremiumSvcType: 1 /* Uncomment to enable */ /*EventPlus:{ BaseEXP: 100 JobEXP: 100 DeathBasePenalty: -10 DeathJobPenalty: -10 DropRate: 100 },*/ PCCafeGrade: ( { /* 0 */ BaseEXP: 100 JobEXP: 100 DeathBasePenalty: -10 DeathJobPenalty: -10 DropRate: 100 } ), PCCafeList: ( { IP: "127.0.0.1" Grade: 0 Expiration: "2016-01-01" } ), PremiumGradeInfo{ GroupLevel: 0 /* Normal Players */ BaseEXP: 0 JobEXP: 0 DeathBasePenalty: 0 DeathJobPenalty: 0 DropRate: 0 MaxCharSlot: 9 MaxStorage: 300 }, { GroupLevel: 1 /* VIP 1 */ BaseEXP: 100 JobEXP: 100 DeathBasePenalty: -10 DeathJobPenalty: -10 DropRate: 100 MaxCharSlot: 12 MaxStorage: 600 }, { GroupLevel: 2 /* VIP 2 */ BaseEXP: 250 JobEXP: 100 DeathBasePenalty: -50 DeathJobPenalty: -50 DropRate: 200 MaxCharSlot: 12 MaxStorage: 600 } )})
Screenshot:
![]()
![]()
yup and we will call it Event Plus...this will apply if you server will have an event like an Anniversary that will give all player a bonus exp..the TPLUS, do you have also configuration for that?
@malufett this is the premium system in pRO New Loki
![]()
We use essential cookies to make this site work, and optional cookies to enhance your experience.