wickedk120 Initiate Jul 28, 2019 #1 How can I make champ bosses use daat99token shower instead of gold?
Visam Member Jul 28, 2019 #2 This may differ some depending on which version of daat99 your using but something along the lines of: in GoldShower.cs at the top add using daat99; then find Gold g = new Gold(m_MinAmount, m_MaxAmount); and change it to Daat99Tokens g = new Daat99Tokens(m_MinAmount, m_MaxAmount);
This may differ some depending on which version of daat99 your using but something along the lines of: in GoldShower.cs at the top add using daat99; then find Gold g = new Gold(m_MinAmount, m_MaxAmount); and change it to Daat99Tokens g = new Daat99Tokens(m_MinAmount, m_MaxAmount);