I was playing on DS this morning with my THF and I noticed that at dagger lvl40 I got Viper Bite, which I wasn't supposed to get until dagger lvl100. Not really a big deal, but quick and easy to fix:
mysql> update weapon_skills set skilllevel=40 where name = "gust_slash";Query OK, 1 row affected (0.00 sec)
Rows matched: 1 Changed: 1 Warnings: 0
mysql> update weapon_skills set skilllevel=100 where name = "viper_bite";
Query OK, 1 row affected (0.00 sec)
Rows matched: 1 Changed: 1 Warnings: 0
Weapon Skill Levels
Forum rules
NO LONGER BEING MAINTAINED!
NO LONGER BEING MAINTAINED!
-
- Developer
- Posts: 539
- Joined: Sun Jul 22, 2012 12:17 am
Re: Weapon Skill Levels
You know, all that work I did checking dagger WSs, and I never made sure the skill levels were accurate.
orz
*pst* bugs.dspt.info
orz
*pst* bugs.dspt.info
Test Server: Hanekawa | Fantasy World: Naito
An occasionally updated list of what works
Bugs reports go here. | Project chat here.
Things I've found, but don't plan to work on.
An occasionally updated list of what works
Bugs reports go here. | Project chat here.
Things I've found, but don't plan to work on.