Jump to content
  • 0

Requesting for a VIP warper and Gold Room


Yoona

Question


  • Group:  Members
  • Topic Count:  153
  • Topics Per Day:  0.04
  • Content Count:  567
  • Reputation:   18
  • Joined:  04/15/13
  • Last Seen:  

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


  • Group:  Members
  • Topic Count:  50
  • Topics Per Day:  0.01
  • Content Count:  1702
  • Reputation:   238
  • Joined:  09/05/12
  • Last Seen:  

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
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  153
  • Topics Per Day:  0.04
  • Content Count:  567
  • Reputation:   18
  • Joined:  04/15/13
  • Last Seen:  

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

Link to comment
Share on other sites

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.

×
×
  • Create New...