Yoona Posted June 11, 2013 Group: Members Topic Count: 153 Topics Per Day: 0.03 Content Count: 567 Reputation: 18 Joined: 04/15/13 Last Seen: April 21, 2016 Share Posted June 11, 2013 Anybody here can make this script for me? i really need it.. im sorry if im asking for too much.. 1st - A VIP Bossnia Warper - Only players that has VIP pass can enter and Warp to Bossnia - But the VIP item will stay on the Player for 2 days, the NPC well not delitem 2nd - A Gold Room that has 3 different rooms and each room have maximum of 3 Players.. - poring monsters only - and the rest i will edit it thanks Quote Link to comment Share on other sites More sharing options...
Patskie Posted June 11, 2013 Group: Members Topic Count: 50 Topics Per Day: 0.01 Content Count: 1702 Reputation: 241 Joined: 09/05/12 Last Seen: 5 hours ago Share Posted June 11, 2013 1. VIP Script : http://pastebin.com/raw.php?i=WFdDkhff 2. VIP Warper : http://pastebin.com/raw.php?i=Mrtt6W54 For gold room, You can use existing scripts out there and provide a check if they are vip or not so that you can restrict them if they can use your gold room or not. A check code must be like the following : query_sql "SELECT `account_id` FROM `vip` WHERE `account_id` = '"+getcharid(3)+"'", .@VIP; if ( .@VIP ) { // If VIP then allow to use your VIP service } else { // If not VIP then do terminate the conversation } Well if someone could provide you a better approach regarding this then i appreciate it. 1 Quote Link to comment Share on other sites More sharing options...
Yoona Posted June 11, 2013 Group: Members Topic Count: 153 Topics Per Day: 0.03 Content Count: 567 Reputation: 18 Joined: 04/15/13 Last Seen: April 21, 2016 Author Share Posted June 11, 2013 1. VIP Script : http://pastebin.com/raw.php?i=WFdDkhff 2. VIP Warper : http://pastebin.com/raw.php?i=Mrtt6W54 For gold room, You can use existing scripts out there and provide a check if they are vip or not so that you can restrict them if they can use your gold room or not. A check code must be like the following : query_sql "SELECT `account_id` FROM `vip` WHERE `account_id` = '"+getcharid(3)+"'", .@VIP; if ( .@VIP ) { // If VIP then allow to use your VIP service } else { // If not VIP then do terminate the conversation } Well if someone could provide you a better approach regarding this then i appreciate it. im thankfull =) i will try it if somethings goes wrong i will inform you <3 Quote Link to comment Share on other sites More sharing options...
Question
Yoona
Anybody here can make this script for me? i really need it.. im sorry if im asking for too much..
1st
- A VIP Bossnia Warper
- Only players that has VIP pass can enter and Warp to Bossnia
- But the VIP item will stay on the Player for 2 days, the NPC well not delitem
2nd
- A Gold Room that has 3 different rooms and each room have maximum of 3 Players..
- poring monsters only
- and the rest i will edit it thanks
Link to comment
Share on other sites
2 answers to this question
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.