Popular Post Aleos Posted November 19, 2013 Group: Development Manager Topic Count: 56 Topics Per Day: 0.01 Content Count: 732 Reputation: 525 Joined: 12/13/11 Last Seen: June 13, 2024 Popular Post Share Posted November 19, 2013 iRO VIP System30648216 and d2ee0dd adds in a the official iRO VIP System. For a quick comparison of VIP and non-VIP please view here. To enable, see src/config/core.h: /// Uncomment to enable VIP system. //#define VIP_ENABLE Features: Characters per account can be increased with unique VIP slot. Storage limit can be increased per account. Base and Job experience configs allow increase rates. Base and Job experience configs allow decreased death penalties. Battle Manual experience config allows increased rates. Item Drop config allows increased rates. Gemstone skill requirement removal (Works like Mistress Card). All NPC related updates were applied in d2ee0dd which follows euRO. Please view log for full details. 1 @command and 2 new script commands were added which are detailed below. Configuration: See conf/battle/player.conf for general VIP settings. See conf/groups.conf to adjust the VIP group to your liking. See conf/login_athena.conf for VIP character increase settings. *vip_status(<type>,{"<character name>"})Returns various information about a player's VIP status.Valid types: 1 - VIP status. (1 if VIP, 0 if non-VIP) 2 - VIP expire date. (timestamp string if VIP, 0 if non-VIP) 3 - VIP time remaining. (timestamp string if VIP, 0 if non-VIP)NOTE: This command is only available if the VIP System is enabled.---------------------------------------*vip_time <time>,{"<character name>"};Changes a player's VIP time (in minutes). A positive value will increase time, and anegative value will decrease time.NOTE: This command is only available if the VIP System is enabled. @vip <time> <player name>Adds or removes VIP time from the specified player. Time parameter format is +/-<value> to alter. y/a = Year, m = Month, d/j = Day, h = Hour, n/mn = Minute, s = Second. Credits to Lighta and Cydh for debugging and support and Akinari for pushing us to release it. Also big thanks to Euphy for the NPC related script!Please report all issues/bugs in the proper bug report section. Don't forget to update your SQL tables with upgrade_20131118.sql! 14 2 Link to comment Share on other sites More sharing options...
Recommended Posts