Jump to content
  • 0

Requesting for a VIP warper and Gold Room


Question

Posted

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 :)

2 answers to this question

Recommended Posts

Posted

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. :D

  • Upvote 1
Posted

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. :D

im thankfull =) i will try it if somethings goes wrong i will inform you <3

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...