Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- ladders {
- HumanBM {
- Humanblademaster {
- rank = '100' # Must be unique to the ladder.
- # HumanWarrior is rejected because it has the same race. Otherwise just rejecting the entire race works.
- reject = 'Tyrant, Elf, Beast, Tideborn, Gnome, Guardian, Templar, Prophate, Angel, Lord, HumanWarrior'
- and {
- swords = '1'
- axes = '1'
- }
- }
- Humanblademaster1 {
- rank = '99' # Must be unique to the ladder.
- # No need to reject in the other groups. If they can't get in the first group they can't get in this one.
- and {
- swords = '2'
- axes = '2'
- }
- }
- }
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement