DarkWhoteva Posted November 7, 2012 Posted November 7, 2012 I can look into writing the status bonuses for you Quote
GM Takumirai Posted November 17, 2012 Posted November 17, 2012 @rafael i can't open VipLib v1.4b ok i open it .. i make a pastebin copy if you dont mind @rafael - VIP Admin v1.3a http://pastebin.com/vJtzCncS - VIP Lib v1.4b http://pastebin.com/4Qc5iwfM Quote
Petey Pablo Posted November 17, 2012 Posted November 17, 2012 Thank you rafael! How about to restrict a non VIP to a certain map? Quote
GM Takumirai Posted November 17, 2012 Posted November 17, 2012 @rafael how about everytime a group ID 1 kill a monster he will get zeny 100k and if group ID 2 kill a monster get a 500k.. Quote
Emistry Posted November 17, 2012 Posted November 17, 2012 On @rafael how about everytime a group ID 1 kill a monster he will get zeny 100k and if group ID 2 kill a monster get a 500k.. OnNPCKillEvent: if( getgroupid() == 1 ) set Zeny,Zeny + 100000; else if( getgroupid() == 2 ) set Zeny,Zeny + 50000; end; Quote
Rafael Posted November 17, 2012 Author Posted November 17, 2012 @Will You mean blocking non-VIPs to access a map, or allowing only non-VIPs to access that map? - script block_nonvip -1,{ OnPCLoadMapEvent: if (!getgroupid() && strcharinfo(3) == "map_name") warp "prontera", 150, 150; end; } map_name mapflag loadevent Replace map_name with the name of the map. Quote
uDe Posted November 21, 2012 Posted November 21, 2012 Rafael, you're just awesome. Keep up the good work on this script!! Quote
anton21 Posted December 20, 2012 Posted December 20, 2012 This script is useful, thanks for the script Quote
RyokoMVP Posted January 15, 2013 Posted January 15, 2013 thanks guys , i need this script so much ^^ Quote
caspa Posted February 17, 2013 Posted February 17, 2013 (edited) Error.... ( Refer to the attached thumbnail ) P.S - I'm using 3CeaM @WillYou mean blocking non-VIPs to access a map, or allowing only non-VIPs to access that map? - script block_nonvip -1,{ OnPCLoadMapEvent: if (!getgroupid() && strcharinfo(3) == "map_name") warp "prontera", 150, 150; end; } map_name mapflag loadeventReplace map_name with the name of the map. Edited February 17, 2013 by caspa Quote
Diconfrost VaNz Posted February 22, 2013 Posted February 22, 2013 it'll only make you a higher group_id but nothing changes like availing exp/drop boost??? i think this thread is dead xD Quote
GM Takumirai Posted February 23, 2013 Posted February 23, 2013 You can add event script when vip is login Quote
Diconfrost VaNz Posted February 23, 2013 Posted February 23, 2013 Try this yourself you can notice that your group_id was changed everytime you login and logout. So, if you gonna make something like OnNPCLoginEvent, it'll not work. Quote
Diconfrost VaNz Posted February 23, 2013 Posted February 23, 2013 with it's EXP/DROP Boost on it? well i never tried it though. This one is so complicated script Quote
fernandogoiis Posted October 19, 2013 Posted October 19, 2013 Rafael preciso falar com você qual seu e-mail para eu entrar em contato? Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.