VGOEmulator.net

A Development Project for the Vanguard:Saga of Heroes MMO

Skip to content

Advanced search
  • Quick links
    • Unanswered topics
    • Active topics
    • Search
  • Portal
  • Project Manager
  • Bug Tracker
  • Server List
  • Wiki
  • Donate
  • Login
  • Register
  • Board index Development Content Development
  • Search

Last items

VGOEmulator content development topics.

Moderators: Moldew, Jakkal

Post Reply
Advanced search
6 posts • Page 1 of 1
User avatar
Blackstorm
Retired
Posts: 354
Joined: Thu Sep 04, 2014 11:11 am
Location: Paris, FRANCE
Contact:
Contact Blackstorm
Website
Last items
  • Quote

Post by Blackstorm » Wed Apr 27, 2016 11:30 am

Hi,

Another update for items. This is the first pass. I still have an issue with some database inserts (usally items with bad string typo in the effets' columns) so i probably miss hundred of items...
But you should find some new.

ref: Added to my parser all opcodes using the items_struct array like (OP_ServerTradeAddOtherItem (509), OP_ServerMailItem (1302), OP_ServerLootRoll (1707) or OP_ServerHouseItems (414))

I still do not have crossed the other opcodes to eventually find other references but i should update this post after that. (some weeks)

This SQL file have 37571 items.
NB: i'm not sure for the item_id 4294967295 if it's an error or a real item... and take care, i needed to change some colums type (usually from varchar to text) to be more flexible on the capture.
raw_item.zip
You do not have the required permissions to view the files attached to this post.
Top

User avatar
Xinux
Project Leader
Project Leader
Posts: 2549
Joined: Wed Aug 28, 2013 2:20 pm
Re: Last items
  • Quote

Post by Xinux » Wed Apr 27, 2016 2:09 pm

There were 1357 items i was able to add to the DB that had 0 modifiers the other 773 items which had modifers i cannot add to the DB since the items would be messed up without the additional modifier and attachment table data.
Top

User avatar
Blackstorm
Retired
Posts: 354
Joined: Thu Sep 04, 2014 11:11 am
Location: Paris, FRANCE
Contact:
Contact Blackstorm
Website
Re: Last items
  • Quote

Post by Blackstorm » Wed Apr 27, 2016 2:37 pm

ok Xinux,
Happy to help ^^

i'm cleaning my duplicated entries on the attachments and modifiers tables, and i will publish an additionnal file for the missing content.
Top

User avatar
Blackstorm
Retired
Posts: 354
Joined: Thu Sep 04, 2014 11:11 am
Location: Paris, FRANCE
Contact:
Contact Blackstorm
Website
Re: Last items
  • Quote

Post by Blackstorm » Wed Apr 27, 2016 2:51 pm

Attachments & Modifiers tables.
I've extracted manualy each table after a DISTINCT.

If you need a full version without FK check, just ask me ^^
Top

User avatar
Blackstorm
Retired
Posts: 354
Joined: Thu Sep 04, 2014 11:11 am
Location: Paris, FRANCE
Contact:
Contact Blackstorm
Website
Re: Last items
  • Quote

Post by Blackstorm » Wed Apr 27, 2016 6:32 pm

New file with 37574 items, 5522 attachments and 92856 modifiers.

The file contain only insert requests and bypass foreign keys check.
items.zip
You do not have the required permissions to view the files attached to this post.
Top

User avatar
Xinux
Project Leader
Project Leader
Posts: 2549
Joined: Wed Aug 28, 2013 2:20 pm
Re: Last items
  • Quote

Post by Xinux » Fri Apr 29, 2016 10:18 am

So combining your's and the parse i just got done doing while removing the bad values this is the final count for items.

Items: 37602
attachments: 5498
Modifiers: 84480
Top


Post Reply

6 posts • Page 1 of 1

Return to “Content Development”

Jump to
  • Information
  • ↳   Announcements
  • ↳   Dev Chats
  • ↳   Events
  • Community
  • ↳   General Discussions
  • ↳   VGO Team Help Requests
  • ↳   Introductions
  • ↳   Game Features
  • ↳   Wish List
  • ↳   Off-Topic
  • Support
  • ↳   How-To's
  • ↳   General Support
  • ↳   Windows
  • ↳   Linux
  • Development
  • ↳   Content Development
  • ↳   Thestra Adventuring
  • ↳   Qalia Adventuring
  • ↳   Kojan Adventuring
  • ↳   Crafting/Harvesting
  • Bugs
  • ↳   Server Bugs
  • ↳   Server Bugs (Closed)
  • ↳   Content Bugs
  • ↳   Content Bugs (Closed)
  • ↳   Database Bugs
  • ↳   Tools Bugs
  • Board index
  • All times are UTC-07:00
  • Delete cookies
  • Contact us
Powered by phpBB® Forum Software © phpBB Limited
*Original Author: Brad Veryard
*Updated to 3.2 by MannixMD