#274 item stats for type 1 does not get tracked correctly

Closed
opened 3 years ago by image · 1 comments
image commented 3 years ago

None of these stats get tracked correctly.. The subtype in the item_stats is also used in this case as the actual VALUE, where-as the value in these fields is 0.

MariaDB [eq2emu]> select distinct(text) from item_stats where type=1 order by text limit 50;
+---------------+
| text          |
+---------------+
| Adorning      |
| Aggression    |
| Artificing    |
| Artistry      |
| Chemistry     |
| Crushing      |
| Defense       |
| Deflection    |
| Disruption    |
| Fishing       |
| Fletching     |
| Focus         |
| Foresting     |
| Gathering     |
| Metal Shaping |
| Metalworking  |
| Mining        |
| Ministration  |
| Ordination    |
| Parry         |
| Piercing      |
| Ranged        |
| Safe Fall     |
| Scribing      |
| Sculpting     |
| Slashing      |
| Subjugation   |
| Swimming      |
| Tailoring     |
| Tinkering     |
| Transmuting   |
| Trapping      |
| Weapon Skills |
+---------------+
None of these stats get tracked correctly.. The subtype in the item_stats is also used in this case as the actual VALUE, where-as the value in these fields is 0. ``` MariaDB [eq2emu]> select distinct(text) from item_stats where type=1 order by text limit 50; +---------------+ | text | +---------------+ | Adorning | | Aggression | | Artificing | | Artistry | | Chemistry | | Crushing | | Defense | | Deflection | | Disruption | | Fishing | | Fletching | | Focus | | Foresting | | Gathering | | Metal Shaping | | Metalworking | | Mining | | Ministration | | Ordination | | Parry | | Piercing | | Ranged | | Safe Fall | | Scribing | | Sculpting | | Slashing | | Subjugation | | Swimming | | Tailoring | | Tinkering | | Transmuting | | Trapping | | Weapon Skills | +---------------+ ```
image commented 3 years ago
Collaborator
  • Crushing
  • Defense
  • Deflection
  • Disruption
  • Fishing
  • Focus
  • Foresting
  • Gathering
  • Mining
  • Parry
  • Piercing
  • Safe Fall
  • Slashing
  • Trapping
- [x] Crushing - [x] Defense - [x] Deflection - [x] Disruption - [x] Fishing - [x] Focus - [x] Foresting - [x] Gathering - [x] Mining - [x] Parry - [x] Piercing - [x] Safe Fall - [x] Slashing - [x] Trapping
Sign in to join this conversation.
Loading...
Cancel
Save
There is no content yet.