VIP

07/19/2018 22:27 MPZooey#1
in what source can i leech vip system reading like this
VIP.inc
Code:
Stats
{
	DST_STA 511
	DST_STR 511
	DST_DEX	511
	DST_INT 511
	DST_CHR_CHANCECRITICAL 511
	DST_ATTACKSPEED	511
	DST_CRITICAL_BONUS 511
	DST_ATKPOWER_RATE 511
	DST_HP_MAX_RATE 511
	DST_FP_MAX_RATE 511
	DST_MP_MAX_RATE	511
	DST_SPELL_RATE 511
	DST_ADJ_HITRATE	511
	DST_BLOCK_RANGE	511
	DST_BLOCK_MELEE	511
	DST_CHR_DMG	511
	DST_REFLECT_DAMAGE 511
	DST_SPEED 511
	DST_MONSTER_DMG	511
};
07/20/2018 01:09 Avalion#2
If you care about the integrity of the game, it is simple. You do not leech it at all and don't think about VIP. You're only going to make non-donators mad and people be annoyed at pay to win. Especially if that is something you're looking for, making all these stats 511 bonuses for VIP. :reeee:

So If you want it, code it yourself, because I do not support this.
07/20/2018 08:20 Dr. Peacock#3
Search in the Source from the Resource you post the VIP.inc entrys from ? lul
CTRL+F -> VIP.inc (there will be a #define -> CTRL+F -> Search for that define...)
07/20/2018 19:44 MPZooey#4
Quote:
Originally Posted by Avalion View Post
If you care about the integrity of the game, it is simple. You do not leech it at all and don't think about VIP. You're only going to make non-donators mad and people be annoyed at pay to win. Especially if that is something you're looking for, making all these stats 511 bonuses for VIP. :reeee:

So If you want it, code it yourself, because I do not support this.
lmfao! your comment was a such a badass typically not to being pay to win because im going make it sell it on npc buyable for farm chip lol and its not 511 its just an example dude! :lul:
07/20/2018 20:00 Nιgнтмαяε#5
Quote:
Originally Posted by MPZooey View Post
lmfao! your comment was a such a badass typically not to being pay to win because im going make it sell it on npc buyable for farm chip lol and its not 511 its just an example dude! :lul:
You sure went out of your way for that example. :handsdown:
07/20/2018 20:42 MPZooey#6
Quote:
Originally Posted by Dr. Peacock View Post
Search in the Source from the Resource you post the VIP.inc entrys from ? lul
CTRL+F -> VIP.inc (there will be a #define -> CTRL+F -> Search for that define...)
i've just try to comple and enable it i try to use erendora and enable the disable __VIP in versioncommon and i got an error! thats why im just looking for a source who has __VIP program :heh:
07/20/2018 20:54 Nιgнтмαяε#7
Quote:
Originally Posted by MPZooey View Post
i've just try to comple and enable it i try to use erendora and enable the disable __VIP in versioncommon and i got an error! thats why im just looking for a source who has __VIP program :heh:
If you actually look @ the code you'll see that rebirth + vip use the same call via user.cpp.

You'll need to separate it or code your own.