Advertisement
Guest User

Reject & And Solution

a guest
Mar 12th, 2013
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.75 KB | None | 0 0
  1. ladders {
  2. HumanBM {
  3. Humanblademaster {
  4. rank = '100' # Must be unique to the ladder.
  5. # HumanWarrior is rejected because it has the same race. Otherwise just rejecting the entire race works.
  6. reject = 'Tyrant, Elf, Beast, Tideborn, Gnome, Guardian, Templar, Prophate, Angel, Lord, HumanWarrior'
  7. and {
  8. swords = '1'
  9. axes = '1'
  10. }
  11. }
  12. Humanblademaster1 {
  13. rank = '99' # Must be unique to the ladder.
  14. # No need to reject in the other groups. If they can't get in the first group they can't get in this one.
  15. and {
  16. swords = '2'
  17. axes = '2'
  18. }
  19. }
  20. }
  21. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement