Jump to content
  • 0

can someone help me


Ammyd

Question


  • Group:  Members
  • Topic Count:  3
  • Topics Per Day:  0.00
  • Content Count:  12
  • Reputation:   1
  • Joined:  04/04/16
  • Last Seen:  

Hi rA! can i request for an script like

 

Need level requirements to open the box

 

like this

 

Custom Box Need level 100 to open it 

 

 

Thanks Advance and more power. 

Link to comment
Share on other sites

3 answers to this question

Recommended Posts

  • 0

  • Group:  Members
  • Topic Count:  8
  • Topics Per Day:  0.00
  • Content Count:  1137
  • Reputation:   290
  • Joined:  04/29/13
  • Last Seen:  

501,your_box,your box,0,50,,70,,,,,0xFFFFFFFF,7,2,,,,,,{ callfunc "CustomBox"; },{},{}
function	script	CustomBox	{
if( BaseLevel == 99 ) {


.@boxitem = callfunc("F_Rand",4236,4359,4425);
getitem .@boxitem,1;
}
 dispbottom "You've gained one kill point! Your total is ["+pk_points+"] kill point(s).";
end;
}

 

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  3
  • Topics Per Day:  0.00
  • Content Count:  12
  • Reputation:   1
  • Joined:  04/04/16
  • Last Seen:  

23 hours ago, Cyro said:

501,your_box,your box,0,50,,70,,,,,0xFFFFFFFF,7,2,,,,,,{ callfunc "CustomBox"; },{},{}

function	script	CustomBox	{
if( BaseLevel == 99 ) {


.@boxitem = callfunc("F_Rand",4236,4359,4425);
getitem .@boxitem,1;
}
 dispbottom "You've gained one kill point! Your total is ["+pk_points+"] kill point(s).";
end;
}

 

hmm its not working , 

 

even lvl 1 can open the box

 

Btw ty for this 

 

hope u can still help me .

 

Only level 100 can open this box

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  3
  • Topics Per Day:  0.00
  • Content Count:  12
  • Reputation:   1
  • Joined:  04/04/16
  • Last Seen:  

Problem solve ty !

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