Ammyd Posted June 10, 2017 Group: Members Topic Count: 3 Topics Per Day: 0.00 Content Count: 12 Reputation: 1 Joined: 04/04/16 Last Seen: June 19, 2017 Share Posted June 10, 2017 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. Quote Link to comment Share on other sites More sharing options...
0 Cyro Posted June 10, 2017 Group: Members Topic Count: 9 Topics Per Day: 0.00 Content Count: 1138 Reputation: 290 Joined: 04/29/13 Last Seen: July 20, 2024 Share Posted June 10, 2017 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; } Quote Link to comment Share on other sites More sharing options...
0 Ammyd Posted June 10, 2017 Group: Members Topic Count: 3 Topics Per Day: 0.00 Content Count: 12 Reputation: 1 Joined: 04/04/16 Last Seen: June 19, 2017 Author Share Posted June 10, 2017 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 Quote Link to comment Share on other sites More sharing options...
0 Ammyd Posted June 10, 2017 Group: Members Topic Count: 3 Topics Per Day: 0.00 Content Count: 12 Reputation: 1 Joined: 04/04/16 Last Seen: June 19, 2017 Author Share Posted June 10, 2017 Problem solve ty ! Quote Link to comment Share on other sites More sharing options...
Question
Ammyd
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
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.