Advertisement
Guest User

Untitled

a guest
Jul 27th, 2017
57
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.49 KB | None | 0 0
  1. on *:text:!xp*:#:{
  2. if ($me != DHelp) { Halt }
  3. if ($3 == to) {
  4. if ($2 >= $4) { notice $nick [ERROR] Your level must be less then your goal level! | Halt }
  5. if ($2 !isnum 0-99) || ($4 !isnum 0-99) { notice $nick [ERROR] Levels 1-99! | halt }
  6. notice $nick From level $2 to $4 you ned to gain $calc($xp($4) - $xp($2))
  7. }
  8. elseif ($2 isnum 0-99) {
  9. notice $nick $xp($2) experience is needed for level $2 $+ .
  10. }
  11. else {
  12. notice $nick [ERROR] Levels 0-99!
  13. }
  14. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement