Code:
[EventData].[dbo].[cabal_ems_event_npcitemshop_table]
EventID WorldIdx NpcIdx SlotIdx ItemKindIdx ItemOption ItemDurationIdx PriceAlz PriceItemKindIdx_deleted PriceItemOption_deleted PriceItemCount_deleted PricePoint_deleted PriceCash_deleted ItemPriceID id PricePoint
1 3 49 0 1214 0 0 10000 NULL NULL NULL NULL NULL 1 NULL 0
[EventData].[dbo].[cabal_ems_event_npcitemshop_itemprice_table]
ItemPriceID ItemKindIdx ItemOption ItemCount
1 9 0 10
[EventData].[dbo].[cabal_ems_event_npcitemshop_uistyle_table]
eventID uiStyle
1 3
[EventData].[dbo].[cabal_ems_event_npcitemshopname_table]
EventID CollectinName
1 Cool Shop
[EventData].[dbo].[cabal_ems_event_npcscript_table]
EventID WorldIdx NpcIdx Script1 Script2 Script3 Script4 Script5 ScriptDesc
1 3 49 Open Cool shop NULL NULL NULL NULL NULL
[EventData].[dbo].[cabal_ems_event_serial_table]
EventID
1
[EventData].[dbo].[cabal_ems_event_table]
EventID EventType BeginDate EndDate LastModifiedDate UseFlag Name LogMessages worldIndex npcIndex Option
1 2 2020-06-01 00:00:00.000 2030-06-01 00:00:00.000 2020-06-01 00:00:00.000 1 Cool shop NULL 3 49 2
Like that. Some of the values and even the number of columns may not match yours, but in general you can experiment based on this. Search this forum for information on Event data - it will help you understand.