Official VIP System

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! i wan't to suggest to put in Hercules, the VIP System like on Official Servers, here are some informations about the VIP System in pRO ( Philippine Ragnarok Online ).

VIP System [pRO]

and here is on iRO ( International Ragnarok Online )

VIP System [iRO]

Warp Portal

*When your Premium Service time expires, you will be disconnected from the server if you are online, but you can reconnect immediately after.

*When Premium Service time runs out, you can still get items from your Kafra if you placed more than 300, but you will not be able to put any item in it if it already has 300 items or more.

*The EXP and DROP bonuses from Premium Service add to the bonus from Field Manual, Bubblegum and EXP rings.

 
Last edited by a moderator:
Question with that though is what VIP system should be followed? Does kRO have one? If so that's the one we would have to follow, no? And following up on that, who will actually make use of this system, considering it only really applies to pay-to-play servers. These don't exist.

It'd be easier to apply something of your own, as not everybody is willing to endorse such a feature.

 
it related to source rather than only script
It's rather a question of who wants it really rather than if it's script or source.

And how it would work. Because with it would be the required web part where you need to pay to continue playing.

 
it related to source rather than only script
It's rather a question of who wants it really rather than if it's script or source.

And how it would work. Because with it would be the required web part where you need to pay to continue playing.
I think its like 'state' in login table: ban, block, etc.

New state : premium xD

 
Last edited by a moderator:
It's rather a question of who wants it really rather than if it's script or source.

And how it would work. Because with it would be the required web part where you need to pay to continue playing.
i didn't read where he did post

i think he did post at script support

It's rather a question of who wants it really rather than if it's script or source.

And how it would work. Because with it would be the required web part where you need to pay to continue playing.

state and  time counter like status count

 
Does kRO have one?
I think yes but I don't know how it works....

311noch.jpg


default_ani_meow.gif


 
@malufett, The VIP System of kRO is same as pRO, i'll try to find out more.

 
Last edited by a moderator:
@malufett this is the premium system in pRO New Loki

33kad1x.jpg


 
It's rather a question of who wants it really rather than if it's script or source.

And how it would work. Because with it would be the required web part where you need to pay to continue playing.
Well, every server which makes use of donations would use it... and you don't really need a web part. The server owner simply could set the flag in the database permanently or maybe a duration.

+1

 
Last edited by a moderator:
It does not seem that hard to do. Part script + database is simple, boring would the game interaction + web. +1
 
msgstringtable.txt line 1934, 1935, 1936

Code:
E   X   P : #Drop rate : #Penalty of death : # 
 
it related to source rather than only script
It's rather a question of who wants it really rather than if it's script or source.And how it would work. Because with it would be the required web part where you need to pay to continue playing.
I think its like 'state' in login table: ban, block, etc.
New state : premium xD
i think that, maybe, it'd be more flexible if they were to be group-dependent settings (e.g. group y has x drop boost, etc) -- that way we don't need a new column too.
 
Last edited by a moderator:
i think that, maybe, it'd be more flexible if they were to be group-dependent settings (e.g. group y has x drop boost, etc) -- that way we don't need a new column too.
I suggest to add a VIPuntil column to be more flexible. If it's DBNULL you are not a VIP, otherwise you are VIP until that date is reached.

 
i think that, maybe, it'd be more flexible if they were to be group-dependent settings (e.g. group y has x drop boost, etc) -- that way we don't need a new column too.
 I suggest to add a VIPuntil column to be more flexible. If it's DBNULL you are not a VIP, otherwise you are VIP until that date is reached.
oh right. I totally didn't think of the expiration part.
 
Back
Top