The first value (base) you wrote seems to be the artifact id needed to complete the quest.
- Код: Выделить всё
00000000 RMG_Obj_Seer struc ; (sizeof=0x34, mappedto_483)
00000000 base _RMGObject_ ?
0000001C art_id dd ?
00000020 experienceAmount dd ?
00000024 resourceId dd ?
00000028 resourceAmount dd ?
0000002C creatureRewardType dd ?
00000030 creatureRewardNumber dd ?
00000034 RMG_Obj_Seer ends
Virtual table can be used to call specific functions tied to the current object (great for derived types), however in this context I meant to look at the address of the virtual table (PtrAt(this))
RMG_SeerHutMonsters_VTable_640C10
RMG_SeerHutExp_VTable_640C1C
RMG_SeerHutGold_VTable_640C28