Jump to content
  • 0

Farm Zone || Used by VIP players only


AinsLord

Question


  • Group:  Members
  • Topic Count:  257
  • Topics Per Day:  0.08
  • Content Count:  737
  • Reputation:   18
  • Joined:  11/21/15
  • Last Seen:  

so wanna try this

i was thinking if this script farming zone can only be access by VIP players

 

Thnx in advance

Link to comment
Share on other sites

2 answers to this question

Recommended Posts

  • 1

  • Group:  Members
  • Topic Count:  23
  • Topics Per Day:  0.01
  • Content Count:  90
  • Reputation:   6
  • Joined:  12/11/12
  • Last Seen:  

6 hours ago, AinsLord said:

so wanna try this

i was thinking if this script farming zone can only be access by VIP players

 

Thnx in advance

I reckon that by "VIP" status means that you have your set of players have another groupID right?

correct me if i'm wrong.

Edit your VIP level on groups.conf then try adding this inside emistry's code

if ( getgmlevel() < group_id_of_vip ) end;

 

Edited by xyxzero
  • Upvote 1
Link to comment
Share on other sites

  • 1

  • Group:  Forum Moderator
  • Topic Count:  93
  • Topics Per Day:  0.02
  • Content Count:  10013
  • Reputation:   2346
  • Joined:  10/28/11
  • Last Seen:  

if (!vip_status(VIP_STATUS_ACTIVE)) {
    mes "you're not vip.";
    close;
}

add this condition checking to your npc when player talk to it.

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