Search found 2 matches
- Wed Dec 29, 2021 7:18 pm
- Forum: Addons
- Topic: Class: Woodcutter
- Replies: 0
- Views: 2948
Class: Woodcutter
Adds a new class, Woodcutter, designed and developed by me. Woodcutters are usually not adventurers, but some of them decide to take on this dangerous pursuit. Woodcutters are masters of axes and firewood, and some learn how to use traps in defence of their camps. On a practical note, this class see...
- Mon Jun 14, 2021 2:34 pm
- Forum: Addons
- Topic: Arcanum Class Pack v2.3
- Replies: 800
- Views: 608138
Re: Arcanum Class Pack v2.3
Vitalise doesn't give stats. To fix, change
STAT_STR = stats,
STAT_DEX = stats,
STAT_CON = stats
to
[self.STAT_STR] = stats,
[self.STAT_DEX] = stats,
[self.STAT_CON] = stats
(Doesn't affect me anymore, but someone else might want this fixed.)
STAT_STR = stats,
STAT_DEX = stats,
STAT_CON = stats
to
[self.STAT_STR] = stats,
[self.STAT_DEX] = stats,
[self.STAT_CON] = stats
(Doesn't affect me anymore, but someone else might want this fixed.)