Archers gaining staming while flying.

03/28/2010 09:46 Arcо#1
Eh I didn't think this was worthy of being called a release so I posted it here.
If a moderator thinks its a release then they can move it.
Go to character.cs and search for
Code:
if (Action == 250)
Replace that with:
Code:
if (Action == 250 && !StatEff.Contains(StatusEffectEn.Fly))
Done.
03/28/2010 21:01 -NewDawn-#2
I forgot about that error =o
Thanks- I need all the time savers i can get atm =]