lionellex Posted October 3, 2016 Group: Members Topic Count: 19 Topics Per Day: 0.01 Content Count: 60 Reputation: 1 Joined: 09/10/16 Last Seen: October 9, 2016 Share Posted October 3, 2016 Hey everyone, a quick question. I'm planning to use Lupus's Floating Rate script (http://pastebin.com/fUWYjccS). But I have 1 quick question that I need to make sure. 1."+($@brate-100)+"x 1."+($@jrate-100)+"x 1."+($@drate-100)+ on line 41, this part. cos in my case its 5/5/3 ~ 7.5/7.5/3. So do I need to change ANYTHING at this part above ^ ? Quote Link to comment Share on other sites More sharing options...
0 Jezu Posted October 4, 2016 Group: Members Topic Count: 29 Topics Per Day: 0.01 Content Count: 566 Reputation: 34 Joined: 11/17/11 Last Seen: January 24 Share Posted October 4, 2016 remove the 1. after "+($@brate-100)+" x .. that is just an announcement, the rate is right. but the broadcast is wrong. It will display "Current Rune-Midgard rates are : 1.75x...." but the true rate is 7.5x.. so just remove the 1. Quote Link to comment Share on other sites More sharing options...
0 Emistry Posted October 21, 2016 Group: Forum Moderator Topic Count: 93 Topics Per Day: 0.02 Content Count: 10018 Reputation: 2369 Joined: 10/28/11 Last Seen: 39 minutes ago Share Posted October 21, 2016 announce "Current Rune-Midgard rates are: "+sprintf("%d.%02d",($@brate / 100), ($@brate % 100) )+"x "+sprintf("%d.%02d",($@jrate / 100), ($@jrate % 100) )+"x "+sprintf("%d.%02d",($@drate / 100), ($@drate % 100) )+"x",bc_all,0xFF6060; Quote Link to comment Share on other sites More sharing options...
Question
lionellex
Hey everyone, a quick question. I'm planning to use Lupus's Floating Rate script (http://pastebin.com/fUWYjccS). But I have 1 quick question that I need to make sure.
on line 41, this part. cos in my case its 5/5/3 ~ 7.5/7.5/3. So do I need to change ANYTHING at this part above ^ ?
Link to comment
Share on other sites
2 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.