Guest User

Untitled

a guest
Jun 23rd, 2018
95
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
mIRC 0.59 KB | None | 0 0
  1.   if ($1 == effigyrate) {
  2.     if ($2 == $null) {
  3.       echo -a $timestamp 5-*SVTserv- Give the combat level of the NPC.
  4.       halt
  5.     }
  6.     if ($2 !isnum 1-1001) {
  7.       echo -a $timestamp 5-*SVTserv- Give a valid Combat Level.
  8.       halt
  9.     }
  10.     echo -a $timestamp 5-*SVTserv- The Effigy Droprate of a NPC with a combat level of $2 is 1 out of $round($calc(11018254 * $2 ^ -1.9469123),0) $+ . That is $round($calc(1 / (11018254 * $2 ^ -1.9469123) * 100),3) $+ % $+ .
  11.     echo -a $timestamp 5-*SVTserv- Full percent: $calc(1 / (11018254 * $2 ^ -1.9469123) * 100 $+ % $+ .
  12.     halt
  13.   }
Add Comment
Please, Sign In to add comment