View Single Post
  #6  
Old 09-06-2004, 04:33 PM
eq_addict_08
Hill Giant
 
Join Date: Nov 2003
Location: Drunk tank
Posts: 199
Default

Well, I have lowered the number of errors quite a bit. Changed Haste to hastepercent and changed some other names as needed. Seems the lore/artifact/etc flag is in different columns now. May have to write an sql to reformat into single column method. Also, was wondering if I could arbitrarily define some of the Unkowns to things like attk bonus/Mana regen/hp regen? Then I'll delete the remaining crud from my db..

what remains to be done

Quote:
database.cpp
D:\source\EQEmu-0.5.5-Source\common\database.cpp(3703) : error C2039: 'MerchantPrice' : is not a member of 'Item_Struct'
D:\source\EQEmu-0.5.5-Source\common\eq_packet_structs.h(1645) : see declaration of 'Item_Struct'
D:\source\EQEmu-0.5.5-Source\common\database.cpp(3705) : error C2039: 'Unknown006' : is not a member of 'Item_Struct'
D:\source\EQEmu-0.5.5-Source\common\eq_packet_structs.h(1645) : see declaration of 'Item_Struct'
D:\source\EQEmu-0.5.5-Source\common\database.cpp(3706) : error C2039: 'Unknown007' : is not a member of 'Item_Struct'
D:\source\EQEmu-0.5.5-Source\common\eq_packet_structs.h(1645) : see declaration of 'Item_Struct'
D:\source\EQEmu-0.5.5-Source\common\database.cpp(3707) : error C2039: 'Unknown008' : is not a member of 'Item_Struct'
D:\source\EQEmu-0.5.5-Source\common\eq_packet_structs.h(1645) : see declaration of 'Item_Struct'
D:\source\EQEmu-0.5.5-Source\common\database.cpp(370 : error C2039: 'ItemClass' : is not a member of 'Item_Struct'
D:\source\EQEmu-0.5.5-Source\common\eq_packet_structs.h(1645) : see declaration of 'Item_Struct'
D:\source\EQEmu-0.5.5-Source\common\database.cpp(3720) : error C2039: 'ItemClass' : is not a member of 'Item_Struct'
D:\source\EQEmu-0.5.5-Source\common\eq_packet_structs.h(1645) : see declaration of 'Item_Struct'
D:\source\EQEmu-0.5.5-Source\common\database.cpp(3726) : error C2039: 'ItemClass' : is not a member of 'Item_Struct'
D:\source\EQEmu-0.5.5-Source\common\eq_packet_structs.h(1645) : see declaration of 'Item_Struct'
D:\source\EQEmu-0.5.5-Source\common\database.cpp(3733) : error C2039: 'ItemClass' : is not a member of 'Item_Struct'
D:\source\EQEmu-0.5.5-Source\common\eq_packet_structs.h(1645) : see declaration of 'Item_Struct'
D:\source\EQEmu-0.5.5-Source\common\database.cpp(3786) : error C2039: 'ProcRateMod' : is not a member of 'ItemCommon_Struct'
D:\source\EQEmu-0.5.5-Source\common\eq_packet_structs.h(1506) : see declaration of 'ItemCommon_Struct'
D:\source\EQEmu-0.5.5-Source\common\database.cpp(3792) : error C2039: 'CombatSkill' : is not a member of 'ItemCommon_Struct'
D:\source\EQEmu-0.5.5-Source\common\eq_packet_structs.h(1506) : see declaration of 'ItemCommon_Struct'
D:\source\EQEmu-0.5.5-Source\common\database.cpp(3793) : error C2039: 'CombatSkillDmg' : is not a member of 'ItemCommon_Struct'
D:\source\EQEmu-0.5.5-Source\common\eq_packet_structs.h(1506) : see declaration of 'ItemCommon_Struct'
D:\source\EQEmu-0.5.5-Source\common\database.cpp(3797) : error C2039: 'Unknown081' : is not a member of 'ItemCommon_Struct'
D:\source\EQEmu-0.5.5-Source\common\eq_packet_structs.h(1506) : see declaration of 'ItemCommon_Struct'
D:\source\EQEmu-0.5.5-Source\common\database.cpp(3807) : error C2039: 'augtype' : is not a member of 'ItemCommon_Struct'
D:\source\EQEmu-0.5.5-Source\common\eq_packet_structs.h(1506) : see declaration of 'ItemCommon_Struct'
D:\source\EQEmu-0.5.5-Source\common\database.cpp(3815) : error C2039: 'ldonsold' : is not a member of 'ItemCommon_Struct'
D:\source\EQEmu-0.5.5-Source\common\eq_packet_structs.h(1506) : see declaration of 'ItemCommon_Struct'
D:\source\EQEmu-0.5.5-Source\common\database.cpp(3817) : error C2039: 'banedmgamt2' : is not a member of 'Item_Struct'
D:\source\EQEmu-0.5.5-Source\common\eq_packet_structs.h(1645) : see declaration of 'Item_Struct'
D:\source\EQEmu-0.5.5-Source\common\database.cpp(381 : error C2039: 'augmentrestriction' : is not a member of 'Item_Struct'
D:\source\EQEmu-0.5.5-Source\common\eq_packet_structs.h(1645) : see declaration of 'Item_Struct'
D:\source\EQEmu-0.5.5-Source\common\database.cpp(3819) : error C2039: 'loreflag' : is not a member of 'Item_Struct'
D:\source\EQEmu-0.5.5-Source\common\eq_packet_structs.h(1645) : see declaration of 'Item_Struct'
D:\source\EQEmu-0.5.5-Source\common\database.cpp(3820) : error C2039: 'pendingloreflag' : is not a member of 'Item_Struct'
D:\source\EQEmu-0.5.5-Source\common\eq_packet_structs.h(1645) : see declaration of 'Item_Struct'
D:\source\EQEmu-0.5.5-Source\common\database.cpp(3821) : error C2039: 'artifactflag' : is not a member of 'Item_Struct'
D:\source\EQEmu-0.5.5-Source\common\eq_packet_structs.h(1645) : see declaration of 'Item_Struct'
D:\source\EQEmu-0.5.5-Source\common\database.cpp(3822) : error C2039: 'summonedflag' : is not a member of 'Item_Struct'
D:\source\EQEmu-0.5.5-Source\common\eq_packet_structs.h(1645) : see declaration of 'Item_Struct'
D:\source\EQEmu-0.5.5-Source\common\database.cpp(3823) : error C2039: 'tribute' : is not a member of 'Item_Struct'
D:\source\EQEmu-0.5.5-Source\common\eq_packet_structs.h(1645) : see declaration of 'Item_Struct'
D:\source\EQEmu-0.5.5-Source\common\database.cpp(3825) : error C2039: 'endur' : is not a member of 'Item_Struct'
D:\source\EQEmu-0.5.5-Source\common\eq_packet_structs.h(1645) : see declaration of 'Item_Struct'
D:\source\EQEmu-0.5.5-Source\common\database.cpp(3826) : error C2039: 'dotshielding' : is not a member of 'Item_Struct'
D:\source\EQEmu-0.5.5-Source\common\eq_packet_structs.h(1645) : see declaration of 'Item_Struct'
D:\source\EQEmu-0.5.5-Source\common\database.cpp(3827) : error C2039: 'attackbonus' : is not a member of 'Item_Struct'
D:\source\EQEmu-0.5.5-Source\common\eq_packet_structs.h(1645) : see declaration of 'Item_Struct'
D:\source\EQEmu-0.5.5-Source\common\database.cpp(382 : error C2039: 'hpregen' : is not a member of 'Item_Struct'
D:\source\EQEmu-0.5.5-Source\common\eq_packet_structs.h(1645) : see declaration of 'Item_Struct'
D:\source\EQEmu-0.5.5-Source\common\database.cpp(3829) : error C2039: 'manaregen' : is not a member of 'Item_Struct'
D:\source\EQEmu-0.5.5-Source\common\eq_packet_structs.h(1645) : see declaration of 'Item_Struct'
D:\source\EQEmu-0.5.5-Source\common\database.cpp(3831) : error C2039: 'damageshield' : is not a member of 'Item_Struct'
D:\source\EQEmu-0.5.5-Source\common\eq_packet_structs.h(1645) : see declaration of 'Item_Struct'
Reply With Quote