akatup Posted January 3, 2015 Group: Members Topic Count: 5 Topics Per Day: 0.00 Content Count: 8 Reputation: 0 Joined: 11/17/14 Last Seen: February 20, 2015 Share Posted January 3, 2015 Need help here guys. I want to add a scenario here that when a player reach 95,000 Karma, his/her item can drop 100% when killed. Thanks in advance Item Penalty.txt Quote Link to comment Share on other sites More sharing options...
Emistry Posted January 3, 2015 Group: Forum Moderator Topic Count: 93 Topics Per Day: 0.02 Content Count: 10018 Reputation: 2369 Joined: 10/28/11 Last Seen: Yesterday at 05:32 PM Share Posted January 3, 2015 if ( .@rate < rand( 100 ) ) { change to if ( .@rate < rand( 100 ) || KARMAPOINTS >= 95000 ) { Quote Link to comment Share on other sites More sharing options...
0 Smiley33 Posted March 6, 2024 Group: Members Topic Count: 8 Topics Per Day: 0.02 Content Count: 18 Reputation: 0 Joined: 02/21/24 Last Seen: June 18, 2024 Share Posted March 6, 2024 On 1/4/2015 at 12:22 AM, Emistry said: if ( .@rate < rand( 100 ) ) { change to if ( .@rate < rand( 100 ) || KARMAPOINTS >= 95000 ) { even you i got killed by monster my item got dropped Quote Link to comment Share on other sites More sharing options...
akatup Posted January 4, 2015 Group: Members Topic Count: 5 Topics Per Day: 0.00 Content Count: 8 Reputation: 0 Joined: 11/17/14 Last Seen: February 20, 2015 Author Share Posted January 4, 2015 Thanks Em! Quote Link to comment Share on other sites More sharing options...
istee123 Posted January 8, 2015 Group: Members Topic Count: 0 Topics Per Day: 0 Content Count: 3 Reputation: 0 Joined: 01/08/15 Last Seen: January 8, 2015 Share Posted January 8, 2015 Thank you Quote Link to comment Share on other sites More sharing options...
Question
akatup
Need help here guys.
I want to add a scenario here that when a player reach 95,000 Karma, his/her item can drop 100% when killed.
Thanks in advance
Item Penalty.txt
Link to comment
Share on other sites
4 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.