Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

[Guide] EVENT System Works

Newbie Spellweaver
Joined
Aug 5, 2009
Messages
93
Reaction score
94
Some people did not understand the message of this topic.
Please do not post a just pictures and the works. Either solution or nothing.
Solution.
Add to database (cabal_ems_event_table) new row (Option)
new_row.PNG - [Guide] EVENT System Works - RaGEZONE Forums
and change (cabal_sp_ems_get_events)
get_event.PNG - [Guide] EVENT System Works - RaGEZONE Forums
go to new row (cabal_ems_event_table)>(Option) and edit.
new_row_table.PNG - [Guide] EVENT System Works - RaGEZONE Forums
If use value =1 NPC not clickable
2 = works script NPC
change UI style Schop in (cabal_ems_event_npcitemshop_uistyle_table)
1.2.3
Normal, T-Point Schop UI
That all
 

Attachments

You must be registered for see attachments list
Junior Spellweaver
Joined
Feb 23, 2011
Messages
135
Reaction score
4
Some people did not understand the message of this topic.
Please do not post a just pictures and the works. Either solution or nothing.
Solution.
Add to database (cabal_ems_event_table) new row (Option)
View attachment 128471
and change (cabal_sp_ems_get_events)
View attachment 128473
go to new row (cabal_ems_event_table)>(Option) and edit.
View attachment 128474
If use value =1 NPC not clickable
2 = works script NPC
change UI style Schop in (cabal_ems_event_npcitemshop_uistyle_table)
1.2.3
Normal, T-Point Schop UI
That all

Finally a genuine solution, BTW how do you guys figuring out this by looking at the log??

Can you also explain in more detail what does uiStyle Means?
 
RaGEZONER
Joined
Sep 25, 2009
Messages
637
Reaction score
398
Can you also explain in more detail what does uiStyle Means?

Try it, look here. Different selling tables,..

Ive spent so much time trying to figure it out without success, I thought it had something to do with uistyle, event type, event ID and client missing stuff combination.

More about the event types you can get from stored procedure cabal_sp_ems_get_eventdata

IF (@EventType = 1)
BEGIN
-- EMST_EVENT_MONSTER_SPAWN

Event type 1 uses the spawn monsters table etc (giant pumpkin),..
FROM cabal_ems_event_monster_spawn_table
 
Last edited:
Junior Spellweaver
Joined
Jul 27, 2011
Messages
173
Reaction score
29
can someone tell me where I can find the list of events that have on the server?

who help me since I am already grateful
 
Junior Spellweaver
Joined
Dec 14, 2009
Messages
132
Reaction score
8
my log
Database Connect success!
[Sat Apr 20 2013 16:56:14.070520 2991672208]: Database Connect success!
[Sat Apr 20 2013 16:57:43.849017 3023141776]: Database Connect success!
[Sat Apr 20 2013 16:57:43.916354 3002162064]: Database Connect success!
[Sat Apr 20 2013 16:59:43.376434 3033631632]: Database Connect success!
[Sat Apr 20 2013 18:54:16.739120 3065101200]: [##ERROR##] OnIPCEMSGetEvents fail
[Sat Apr 20 2013 18:54:16.739341 3065101200]: [##ERROR##] DB ERROR(MSG) : [FreeTDS][SQL Server]Read from SQL server failed.
[Sat Apr 20 2013 18:54:16.739380 3065101200]: [##ERROR##] DB ERROR(CODE) : 20004
[Sat Apr 20 2013 18:54:16.739416 3065101200]: [##ERROR##] DB ERROR(VAR_INFO) :
[Sat Apr 20 2013 18:54:16.739441 3065101200]: [##ERROR##] DB ERROR(SQLSTATE) : 08S01
[Sat Apr 20 2013 18:54:16.739541 3065101200]: [##ERROR##] DB ERROR(STM_TEXT) : {call dbo.cabal_sp_ems_get_events}
[Sat Apr 20 2013 18:54:16.828472 3065101200]: Database Connect success!
[Sat Apr 20 2013 18:54:16.830145 3086080912]: [##ERROR##] OnIPCGetFirstJoinedUserNumFromEventStart fail
[Sat Apr 20 2013 18:54:16.830254 3086080912]: [##ERROR##] DB ERROR(MSG) : [FreeTDS][SQL Server]Read from SQL server failed.
[Sat Apr 20 2013 18:54:16.830291 3086080912]: [##ERROR##] DB ERROR(CODE) : 20004
[Sat Apr 20 2013 18:54:16.830327 3086080912]: [##ERROR##] DB ERROR(VAR_INFO) :
[Sat Apr 20 2013 18:54:16.830353 3086080912]: [##ERROR##] DB ERROR(SQLSTATE) : 08S01
[Sat Apr 20 2013 18:54:16.830388 3086080912]: [##ERROR##] DB ERROR(STM_TEXT) : {call dbo.cabal_sp_ems_get_firstJoinedUserNum}
[Sat Apr 20 2013 18:54:16.963929 3086080912]: Database Connect success!
[Sat Apr 20 2013 18:54:46.191720 2991672208]: [##ERROR##] OnIPCGetFirstJoinedUserNumFromEventStart fail
[Sat Apr 20 2013 18:54:46.191811 2991672208]: [##ERROR##] DB ERROR(MSG) : [FreeTDS][SQL Server]Read from SQL server failed.
[Sat Apr 20 2013 18:54:46.191848 2991672208]: [##ERROR##] DB ERROR(CODE) : 20004
[Sat Apr 20 2013 18:54:46.191889 2991672208]: [##ERROR##] DB ERROR(VAR_INFO) :
[Sat Apr 20 2013 18:54:46.191914 2991672208]: [##ERROR##] DB ERROR(SQLSTATE) : 08S01
[Sat Apr 20 2013 18:54:46.191939 2991672208]: [##ERROR##] DB ERROR(STM_TEXT) : {call dbo.cabal_sp_ems_get_firstJoinedUserNum}
[Sat Apr 20 2013 18:54:46.228531 2991672208]: Database Connect success!
[Sat Apr 20 2013 18:55:16.135223 3075591056]: [##ERROR##] OnIPCEMSGetEvents fail
[Sat Apr 20 2013 18:55:16.135385 3075591056]: [##ERROR##] DB ERROR(MSG) : [FreeTDS][SQL Server]Read from SQL server failed.
[Sat Apr 20 2013 18:55:16.135430 3075591056]: [##ERROR##] DB ERROR(CODE) : 20004
[Sat Apr 20 2013 18:55:16.135465 3075591056]: [##ERROR##] DB ERROR(VAR_INFO) :
[Sat Apr 20 2013 18:55:16.135490 3075591056]: [##ERROR##] DB ERROR(SQLSTATE) : 08S01
[Sat Apr 20 2013 18:55:16.135514 3075591056]: [##ERROR##] DB ERROR(STM_TEXT) : {call dbo.cabal_sp_ems_get_events}
[Sat Apr 20 2013 18:55:16.162506 3075591056]: Database Connect success!
[Sat Apr 20 2013 18:55:16.163134 3033631632]: [##ERROR##] OnIPCGetFirstJoinedUserNumFromEventStart fail
[Sat Apr 20 2013 18:55:16.163186 3033631632]: [##ERROR##] DB ERROR(MSG) : [FreeTDS][SQL Server]Read from SQL server failed.
[Sat Apr 20 2013 18:55:16.163222 3033631632]: [##ERROR##] DB ERROR(CODE) : 20004
[Sat Apr 20 2013 18:55:16.163262 3033631632]: [##ERROR##] DB ERROR(VAR_INFO) :
[Sat Apr 20 2013 18:55:16.163395 3033631632]: [##ERROR##] DB ERROR(SQLSTATE) : 08S01
[Sat Apr 20 2013 18:55:16.163422 3033631632]: [##ERROR##] DB ERROR(STM_TEXT) : {call dbo.cabal_sp_ems_get_firstJoinedUserNum}
[Sat Apr 20 2013 18:55:16.196681 3033631632]: Database Connect success!
[Sat Apr 20 2013 18:55:46.350000 3012651920]: [##ERROR##] OnIPCEMSGetEvents fail
[Sat Apr 20 2013 18:55:46.350100 3012651920]: [##ERROR##] DB ERROR(MSG) : [FreeTDS][SQL Server]Read from SQL server failed.
[Sat Apr 20 2013 18:55:46.350136 3012651920]: [##ERROR##] DB ERROR(CODE) : 20004
[Sat Apr 20 2013 18:55:46.350172 3012651920]: [##ERROR##] DB ERROR(VAR_INFO) :
[Sat Apr 20 2013 18:55:46.350197 3012651920]: [##ERROR##] DB ERROR(SQLSTATE) : 08S01
[Sat Apr 20 2013 18:55:46.350222 3012651920]: [##ERROR##] DB ERROR(STM_TEXT) : {call dbo.cabal_sp_ems_get_events}
[Sat Apr 20 2013 18:55:46.468211 3012651920]: Database Connect success!
[Sat Apr 20 2013 18:55:46.470544 3054611344]: [##ERROR##] OnIPCGetFirstJoinedUserNumFromEventStart fail
[Sat Apr 20 2013 18:55:46.470591 3054611344]: [##ERROR##] DB ERROR(MSG) : [FreeTDS][SQL Server]Read from SQL server failed.
[Sat Apr 20 2013 18:55:46.470621 3054611344]: [##ERROR##] DB ERROR(CODE) : 20004
[Sat Apr 20 2013 18:55:46.470648 3054611344]: [##ERROR##] DB ERROR(VAR_INFO) :
[Sat Apr 20 2013 18:55:46.470667 3054611344]: [##ERROR##] DB ERROR(SQLSTATE) : 08S01
[Sat Apr 20 2013 18:55:46.470686 3054611344]: [##ERROR##] DB ERROR(STM_TEXT) : {call dbo.cabal_sp_ems_get_firstJoinedUserNum}
[Sat Apr 20 2013 18:55:46.498078 3054611344]: Database Connect success!
[Sat Apr 20 2013 18:56:16.162534 3002162064]: [##ERROR##] OnIPCEMSGetEvents fail
[Sat Apr 20 2013 18:56:16.162628 3002162064]: [##ERROR##] DB ERROR(MSG) : [FreeTDS][SQL Server]Read from SQL server failed.
[Sat Apr 20 2013 18:56:16.162665 3002162064]: [##ERROR##] DB ERROR(CODE) : 20004
[Sat Apr 20 2013 18:56:16.162700 3002162064]: [##ERROR##] DB ERROR(VAR_INFO) :
[Sat Apr 20 2013 18:56:16.162725 3002162064]: [##ERROR##] DB ERROR(SQLSTATE) : 08S01
[Sat Apr 20 2013 18:56:16.162750 3002162064]: [##ERROR##] DB ERROR(STM_TEXT) : {call dbo.cabal_sp_ems_get_events}
[Sat Apr 20 2013 18:56:20.085119 3002162064]: Database Connect success!
[Sat Apr 20 2013 18:56:46.142479 3023141776]: [##ERROR##] OnIPCEMSGetEvents fail
[Sat Apr 20 2013 18:56:46.142556 3023141776]: [##ERROR##] DB ERROR(MSG) : [FreeTDS][SQL Server]Read from SQL server failed.
[Sat Apr 20 2013 18:56:46.142592 3023141776]: [##ERROR##] DB ERROR(CODE) : 20004
[Sat Apr 20 2013 18:56:46.142628 3023141776]: [##ERROR##] DB ERROR(VAR_INFO) :
[Sat Apr 20 2013 18:56:46.142676 3023141776]: [##ERROR##] DB ERROR(SQLSTATE) : 08S01
[Sat Apr 20 2013 18:56:46.142794 3023141776]: [##ERROR##] DB ERROR(STM_TEXT) : {call dbo.cabal_sp_ems_get_events}
[Sat Apr 20 2013 18:56:46.192072 3023141776]: Database Connect success!
[Sat Apr 20 2013 19:00:46.189622 3044121488]: [##ERROR##] OnIPCEMSGetEvents fail
[Sat Apr 20 2013 19:00:46.189726 3044121488]: [##ERROR##] DB ERROR(MSG) : [FreeTDS][SQL Server]Read from SQL server failed.
[Sat Apr 20 2013 19:00:46.189847 3044121488]: [##ERROR##] DB ERROR(CODE) : 20004
[Sat Apr 20 2013 19:00:46.189888 3044121488]: [##ERROR##] DB ERROR(VAR_INFO) :
[Sat Apr 20 2013 19:00:46.189913 3044121488]: [##ERROR##] DB ERROR(SQLSTATE) : 08S01
[Sat Apr 20 2013 19:00:46.189938 3044121488]: [##ERROR##] DB ERROR(STM_TEXT) : {call dbo.cabal_sp_ems_get_events}
[Sat Apr 20 2013 19:00:46.206715 3044121488]: Database Connect success!
[Sat Apr 20 2013 20:04:18.618538 3075591056]: [##ERROR##] OnIPCEMSGetEvents fail
[Sat Apr 20 2013 20:04:18.618662 3075591056]: [##ERROR##] DB ERROR(MSG) :
[Sat Apr 20 2013 20:04:18.618689 3075591056]: [##ERROR##] DB ERROR(CODE) : 0
[Sat Apr 20 2013 20:04:18.618713 3075591056]: [##ERROR##] DB ERROR(VAR_INFO) :
[Sat Apr 20 2013 20:04:18.618737 3075591056]: [##ERROR##] DB ERROR(SQLSTATE) : 00000
[Sat Apr 20 2013 20:04:18.618762 3075591056]: [##ERROR##] DB ERROR(STM_TEXT) : {call dbo.cabal_sp_ems_get_events}
[Sat Apr 20 2013 20:04:18.638674 3075591056]: Database Connect success!
[Sat Apr 20 2013 20:04:18.639413 3002162064]: [##ERROR##] OnIPCGetFirstJoinedUserNumFromEventStart fail
[Sat Apr 20 2013 20:04:18.639476 3002162064]: [##ERROR##] DB ERROR(MSG) :
[Sat Apr 20 2013 20:04:18.639511 3002162064]: [##ERROR##] DB ERROR(CODE) : 0
[Sat Apr 20 2013 20:04:18.639626 3002162064]: [##ERROR##] DB ERROR(VAR_INFO) :
[Sat Apr 20 2013 20:04:18.639649 3002162064]: [##ERROR##] DB ERROR(SQLSTATE) : 00000
[Sat Apr 20 2013 20:04:18.639728 3002162064]: [##ERROR##] DB ERROR(STM_TEXT) : {call dbo.cabal_sp_ems_get_firstJoinedUserNum}
[Sat Apr 20 2013 20:04:18.652196 3002162064]: Database Connect success!
[Sat Apr 20 2013 20:04:47.562169 3054611344]: [##ERROR##] OnIPCEMSGetEvents fail
[Sat Apr 20 2013 20:04:47.562335 3054611344]: [##ERROR##] DB ERROR(MSG) :
[Sat Apr 20 2013 20:04:47.562361 3054611344]: [##ERROR##] DB ERROR(CODE) : 0
[Sat Apr 20 2013 20:04:47.562385 3054611344]: [##ERROR##] DB ERROR(VAR_INFO) :
[Sat Apr 20 2013 20:04:47.562410 3054611344]: [##ERROR##] DB ERROR(SQLSTATE) : 00000
[Sat Apr 20 2013 20:04:47.562434 3054611344]: [##ERROR##] DB ERROR(STM_TEXT) : {call dbo.cabal_sp_ems_get_events}
[Sat Apr 20 2013 20:04:47.588968 3054611344]: Database Connect success!
[Sat Apr 20 2013 20:04:47.589590 2991672208]: [##ERROR##] OnIPCGetFirstJoinedUserNumFromEventStart fail
[Sat Apr 20 2013 20:04:47.589634 2991672208]: [##ERROR##] DB ERROR(MSG) :
[Sat Apr 20 2013 20:04:47.589682 2991672208]: [##ERROR##] DB ERROR(CODE) : 0
[Sat Apr 20 2013 20:04:47.589717 2991672208]: [##ERROR##] DB ERROR(VAR_INFO) :
[Sat Apr 20 2013 20:04:47.589742 2991672208]: [##ERROR##] DB ERROR(SQLSTATE) : 00000
[Sat Apr 20 2013 20:04:47.589767 2991672208]: [##ERROR##] DB ERROR(STM_TEXT) : {call dbo.cabal_sp_ems_get_firstJoinedUserNum}
[Sat Apr 20 2013 20:04:47.625074 2991672208]: Database Connect success!
[Sat Apr 20 2013 20:05:17.953631 3033631632]: [##ERROR##] OnIPCGetFirstJoinedUserNumFromEventStart fail
[Sat Apr 20 2013 20:05:17.954071 3033631632]: [##ERROR##] DB ERROR(MSG) :
[Sat Apr 20 2013 20:05:17.954129 3033631632]: [##ERROR##] DB ERROR(CODE) : 0
[Sat Apr 20 2013 20:05:17.954164 3033631632]: [##ERROR##] DB ERROR(VAR_INFO) :
[Sat Apr 20 2013 20:05:17.954208 3033631632]: [##ERROR##] DB ERROR(SQLSTATE) : 00000
[Sat Apr 20 2013 20:05:17.954234 3033631632]: [##ERROR##] DB ERROR(STM_TEXT) : {call dbo.cabal_sp_ems_get_firstJoinedUserNum}
[Sat Apr 20 2013 20:05:17.986530 3033631632]: Database Connect success!
[Sat Apr 20 2013 20:05:47.692426 3012651920]: [##ERROR##] OnIPCGetFirstJoinedUserNumFromEventStart fail
[Sat Apr 20 2013 20:05:47.692514 3012651920]: [##ERROR##] DB ERROR(MSG) :
[Sat Apr 20 2013 20:05:47.692551 3012651920]: [##ERROR##] DB ERROR(CODE) : 0
[Sat Apr 20 2013 20:05:47.692589 3012651920]: [##ERROR##] DB ERROR(VAR_INFO) :
[Sat Apr 20 2013 20:05:47.692615 3012651920]: [##ERROR##] DB ERROR(SQLSTATE) : 00000
[Sat Apr 20 2013 20:05:47.692640 3012651920]: [##ERROR##] DB ERROR(STM_TEXT) : {call dbo.cabal_sp_ems_get_firstJoinedUserNum}
[Sat Apr 20 2013 20:05:47.728334 3012651920]: Database Connect success!
[Sat Apr 20 2013 20:08:17.804165 3065101200]: [##ERROR##] OnIPCGetFirstJoinedUserNumFromEventStart fail
[Sat Apr 20 2013 20:08:17.804257 3065101200]: [##ERROR##] DB ERROR(MSG) :
[Sat Apr 20 2013 20:08:17.804288 3065101200]: [##ERROR##] DB ERROR(CODE) : 0
[Sat Apr 20 2013 20:08:17.804321 3065101200]: [##ERROR##] DB ERROR(VAR_INFO) :
[Sat Apr 20 2013 20:08:17.804339 3065101200]: [##ERROR##] DB ERROR(SQLSTATE) : 00000
[Sat Apr 20 2013 20:08:17.804358 3065101200]: [##ERROR##] DB ERROR(STM_TEXT) : {call dbo.cabal_sp_ems_get_firstJoinedUserNum}
[Sat Apr 20 2013 20:08:17.823961 3065101200]: Database Connect success!
[Sat Apr 20 2013 20:09:47.775272 3086080912]: [##ERROR##] OnIPCGetFirstJoinedUserNumFromEventStart fail
[Sat Apr 20 2013 20:09:47.775384 3086080912]: [##ERROR##] DB ERROR(MSG) :
[Sat Apr 20 2013 20:09:47.775421 3086080912]: [##ERROR##] DB ERROR(CODE) : 0
[Sat Apr 20 2013 20:09:47.775458 3086080912]: [##ERROR##] DB ERROR(VAR_INFO) :
[Sat Apr 20 2013 20:09:47.775484 3086080912]: [##ERROR##] DB ERROR(SQLSTATE) : 00000
[Sat Apr 20 2013 20:09:47.775509 3086080912]: [##ERROR##] DB ERROR(STM_TEXT) : {call dbo.cabal_sp_ems_get_firstJoinedUserNum}
[Sat Apr 20 2013 20:09:47.797471 3086080912]: Database Connect success!
[Sat Apr 20 2013 20:11:17.875820 3044121488]: [##ERROR##] OnIPCEMSGetEvents fail
[Sat Apr 20 2013 20:11:17.875902 3044121488]: [##ERROR##] DB ERROR(MSG) :
[Sat Apr 20 2013 20:11:17.875938 3044121488]: [##ERROR##] DB ERROR(CODE) : 0
[Sat Apr 20 2013 20:11:17.875973 3044121488]: [##ERROR##] DB ERROR(VAR_INFO) :
[Sat Apr 20 2013 20:11:17.875998 3044121488]: [##ERROR##] DB ERROR(SQLSTATE) : 00000
[Sat Apr 20 2013 20:11:17.876023 3044121488]: [##ERROR##] DB ERROR(STM_TEXT) : {call dbo.cabal_sp_ems_get_events}
[Sat Apr 20 2013 20:11:17.912764 3044121488]: Database Connect success!
[Sat Apr 20 2013 20:11:17.914813 3023141776]: [##ERROR##] OnIPCGetFirstJoinedUserNumFromEventStart fail
[Sat Apr 20 2013 20:11:17.914876 3023141776]: [##ERROR##] DB ERROR(MSG) :
[Sat Apr 20 2013 20:11:17.914914 3023141776]: [##ERROR##] DB ERROR(CODE) : 0
[Sat Apr 20 2013 20:11:17.914951 3023141776]: [##ERROR##] DB ERROR(VAR_INFO) :
[Sat Apr 20 2013 20:11:17.914976 3023141776]: [##ERROR##] DB ERROR(SQLSTATE) : 00000
[Sat Apr 20 2013 20:11:17.915001 3023141776]: [##ERROR##] DB ERROR(STM_TEXT) : {call dbo.cabal_sp_ems_get_firstJoinedUserNum}
[Sat Apr 20 2013 20:11:17.985316 3023141776]: Database Connect success!
[Sat Apr 20 2013 21:33:03.564982 3054611344]: [##ERROR##] OnIPCEMSGetEvents fail
[Sat Apr 20 2013 21:33:03.565078 3054611344]: [##ERROR##] DB ERROR(MSG) :
[Sat Apr 20 2013 21:33:03.565114 3054611344]: [##ERROR##] DB ERROR(CODE) : 0
[Sat Apr 20 2013 21:33:03.565153 3054611344]: [##ERROR##] DB ERROR(VAR_INFO) :
[Sat Apr 20 2013 21:33:03.565178 3054611344]: [##ERROR##] DB ERROR(SQLSTATE) : 00000
[Sat Apr 20 2013 21:33:03.565212 3054611344]: [##ERROR##] DB ERROR(STM_TEXT) : {call dbo.cabal_sp_ems_get_events}
[Sat Apr 20 2013 21:33:03.593207 3054611344]: Database Connect success!
[Sat Apr 20 2013 21:33:03.594077 3086080912]: [##ERROR##] OnIPCGetFirstJoinedUserNumFromEventStart fail
[Sat Apr 20 2013 21:33:03.594125 3086080912]: [##ERROR##] DB ERROR(MSG) :
[Sat Apr 20 2013 21:33:03.594161 3086080912]: [##ERROR##] DB ERROR(CODE) : 0
[Sat Apr 20 2013 21:33:03.594200 3086080912]: [##ERROR##] DB ERROR(VAR_INFO) :
[Sat Apr 20 2013 21:33:03.594365 3086080912]: [##ERROR##] DB ERROR(SQLSTATE) : 00000
[Sat Apr 20 2013 21:33:03.594391 3086080912]: [##ERROR##] DB ERROR(STM_TEXT) : {call dbo.cabal_sp_ems_get_firstJoinedUserNum}
[Sat Apr 20 2013 21:33:03.645064 3086080912]: Database Connect success!
[Sat Apr 20 2013 21:35:03.983499 3044121488]: [##ERROR##] OnIPCEMSGetEvents fail
[Sat Apr 20 2013 21:35:03.983583 3044121488]: [##ERROR##] DB ERROR(MSG) :
[Sat Apr 20 2013 21:35:03.983620 3044121488]: [##ERROR##] DB ERROR(CODE) : 0
[Sat Apr 20 2013 21:35:03.983656 3044121488]: [##ERROR##] DB ERROR(VAR_INFO) :
[Sat Apr 20 2013 21:35:03.983763 3044121488]: [##ERROR##] DB ERROR(SQLSTATE) : 00000
[Sat Apr 20 2013 21:35:03.983808 3044121488]: [##ERROR##] DB ERROR(STM_TEXT) : {call dbo.cabal_sp_ems_get_events}
[Sat Apr 20 2013 21:35:04.010546 3044121488]: Database Connect success!
[Sat Apr 20 2013 21:35:04.010867 2991672208]: [##ERROR##] OnIPCGetFirstJoinedUserNumFromEventStart fail
[Sat Apr 20 2013 21:35:04.010911 2991672208]: [##ERROR##] DB ERROR(MSG) :
[Sat Apr 20 2013 21:35:04.010947 2991672208]: [##ERROR##] DB ERROR(CODE) : 0
[Sat Apr 20 2013 21:35:04.010987 2991672208]: [##ERROR##] DB ERROR(VAR_INFO) :
[Sat Apr 20 2013 21:35:04.011012 2991672208]: [##ERROR##] DB ERROR(SQLSTATE) : 00000
[Sat Apr 20 2013 21:35:04.011037 2991672208]: [##ERROR##] DB ERROR(STM_TEXT) : {call dbo.cabal_sp_ems_get_firstJoinedUserNum}
[Sat Apr 20 2013 21:35:04.032141 2991672208]: Database Connect success!
[Sat Apr 20 2013 21:36:05.107832 3023141776]: [##ERROR##] OnIPCGetFirstJoinedUserNumFromEventStart fail
[Sat Apr 20 2013 21:36:05.107937 3023141776]: [##ERROR##] DB ERROR(MSG) :
[Sat Apr 20 2013 21:36:05.107973 3023141776]: [##ERROR##] DB ERROR(CODE) : 0
[Sat Apr 20 2013 21:36:05.108011 3023141776]: [##ERROR##] DB ERROR(VAR_INFO) :
[Sat Apr 20 2013 21:36:05.108036 3023141776]: [##ERROR##] DB ERROR(SQLSTATE) : 00000
[Sat Apr 20 2013 21:36:05.108095 3023141776]: [##ERROR##] DB ERROR(STM_TEXT) : {call dbo.cabal_sp_ems_get_firstJoinedUserNum}
[Sat Apr 20 2013 21:36:05.444035 3023141776]: Database Connect success!
[Sat Apr 20 2013 21:40:04.804281 3033631632]: [##ERROR##] OnIPCEMSGetEvents fail
[Sat Apr 20 2013 21:40:04.804372 3033631632]: [##ERROR##] DB ERROR(MSG) :
[Sat Apr 20 2013 21:40:04.804408 3033631632]: [##ERROR##] DB ERROR(CODE) : 0
[Sat Apr 20 2013 21:40:04.804446 3033631632]: [##ERROR##] DB ERROR(VAR_INFO) :
[Sat Apr 20 2013 21:40:04.804471 3033631632]: [##ERROR##] DB ERROR(SQLSTATE) : 00000
[Sat Apr 20 2013 21:40:04.804496 3033631632]: [##ERROR##] DB ERROR(STM_TEXT) : {call dbo.cabal_sp_ems_get_events}
[Sat Apr 20 2013 21:40:04.893602 3033631632]: Database Connect success!
[Sat Apr 20 2013 21:56:03.782609 3033631632]: [##ERROR##] OnIPCEMSGetEvents fail
[Sat Apr 20 2013 21:56:03.782829 3033631632]: [##ERROR##] DB ERROR(MSG) :
[Sat Apr 20 2013 21:56:03.782867 3033631632]: [##ERROR##] DB ERROR(CODE) : 0
[Sat Apr 20 2013 21:56:03.782903 3033631632]: [##ERROR##] DB ERROR(VAR_INFO) :
[Sat Apr 20 2013 21:56:03.782937 3033631632]: [##ERROR##] DB ERROR(SQLSTATE) : 00000
[Sat Apr 20 2013 21:56:03.782964 3033631632]: [##ERROR##] DB ERROR(STM_TEXT) : {call dbo.cabal_sp_ems_get_events}
[Sat Apr 20 2013 21:56:03.814648 3033631632]: Database Connect success!
[Sat Apr 20 2013 21:56:03.817954 3086080912]: [##ERROR##] OnIPCGetFirstJoinedUserNumFromEventStart fail
[Sat Apr 20 2013 21:56:03.817997 3086080912]: [##ERROR##] DB ERROR(MSG) :
[Sat Apr 20 2013 21:56:03.818032 3086080912]: [##ERROR##] DB ERROR(CODE) : 0
[Sat Apr 20 2013 21:56:03.818067 3086080912]: [##ERROR##] DB ERROR(VAR_INFO) :
[Sat Apr 20 2013 21:56:03.818100 3086080912]: [##ERROR##] DB ERROR(SQLSTATE) : 00000
[Sat Apr 20 2013 21:56:03.818125 3086080912]: [##ERROR##] DB ERROR(STM_TEXT) : {call dbo.cabal_sp_ems_get_firstJoinedUserNum}
[Sat Apr 20 2013 21:56:03.916047 3086080912]: Database Connect success!
[Sat Apr 20 2013 21:56:33.772316 2991672208]: [##ERROR##] OnIPCEMSGetEvents fail
[Sat Apr 20 2013 21:56:33.772607 2991672208]: [##ERROR##] DB ERROR(MSG) :
[Sat Apr 20 2013 21:56:33.772645 2991672208]: [##ERROR##] DB ERROR(CODE) : 0
[Sat Apr 20 2013 21:56:33.772727 2991672208]: [##ERROR##] DB ERROR(VAR_INFO) :
[Sat Apr 20 2013 21:56:33.772754 2991672208]: [##ERROR##] DB ERROR(SQLSTATE) : 00000
[Sat Apr 20 2013 21:56:33.772780 2991672208]: [##ERROR##] DB ERROR(STM_TEXT) : {call dbo.cabal_sp_ems_get_events}
[Sat Apr 20 2013 21:56:33.797987 2991672208]: Database Connect success!
[Sat Apr 20 2013 21:56:33.798564 3012651920]: [##ERROR##] OnIPCGetFirstJoinedUserNumFromEventStart fail
[Sat Apr 20 2013 21:56:33.798615 3012651920]: [##ERROR##] DB ERROR(MSG) :
[Sat Apr 20 2013 21:56:33.798727 3012651920]: [##ERROR##] DB ERROR(CODE) : 0
[Sat Apr 20 2013 21:56:33.798764 3012651920]: [##ERROR##] DB ERROR(VAR_INFO) :
[Sat Apr 20 2013 21:56:33.798816 3012651920]: [##ERROR##] DB ERROR(SQLSTATE) : 00000
[Sat Apr 20 2013 21:56:33.798841 3012651920]: [##ERROR##] DB ERROR(STM_TEXT) : {call dbo.cabal_sp_ems_get_firstJoinedUserNum}
[Sat Apr 20 2013 21:56:33.863537 3012651920]: Database Connect success!
[Sat Apr 20 2013 21:57:05.589218 3054611344]: [##ERROR##] OnIPCEMSGetEvents fail
[Sat Apr 20 2013 21:57:05.589296 3054611344]: [##ERROR##] DB ERROR(MSG) :
[Sat Apr 20 2013 21:57:05.589331 3054611344]: [##ERROR##] DB ERROR(CODE) : 0
[Sat Apr 20 2013 21:57:05.589366 3054611344]: [##ERROR##] DB ERROR(VAR_INFO) :
[Sat Apr 20 2013 21:57:05.589401 3054611344]: [##ERROR##] DB ERROR(SQLSTATE) : 00000
[Sat Apr 20 2013 21:57:05.589426 3054611344]: [##ERROR##] DB ERROR(STM_TEXT) : {call dbo.cabal_sp_ems_get_events}
[Sat Apr 20 2013 21:57:05.625216 3054611344]: Database Connect success!
[Sat Apr 20 2013 21:57:05.627371 3065101200]: [##ERROR##] OnIPCGetFirstJoinedUserNumFromEventStart fail
[Sat Apr 20 2013 21:57:05.627483 3065101200]: [##ERROR##] DB ERROR(MSG) :
[Sat Apr 20 2013 21:57:05.627520 3065101200]: [##ERROR##] DB ERROR(CODE) : 0
[Sat Apr 20 2013 21:57:05.627605 3065101200]: [##ERROR##] DB ERROR(VAR_INFO) :
[Sat Apr 20 2013 21:57:05.627631 3065101200]: [##ERROR##] DB ERROR(SQLSTATE) : 00000
[Sat Apr 20 2013 21:57:05.627655 3065101200]: [##ERROR##] DB ERROR(STM_TEXT) : {call dbo.cabal_sp_ems_get_firstJoinedUserNum}
[Sat Apr 20 2013 21:57:05.704693 3065101200]: Database Connect success!
[Sat Apr 20 2013 21:57:33.809526 3023141776]: [##ERROR##] OnIPCGetFirstJoinedUserNumFromEventStart fail
[Sat Apr 20 2013 21:57:33.809636 3023141776]: [##ERROR##] DB ERROR(MSG) :
[Sat Apr 20 2013 21:57:33.809672 3023141776]: [##ERROR##] DB ERROR(CODE) : 0
[Sat Apr 20 2013 21:57:33.809829 3023141776]: [##ERROR##] DB ERROR(VAR_INFO) :
[Sat Apr 20 2013 21:57:33.809856 3023141776]: [##ERROR##] DB ERROR(SQLSTATE) : 00000
[Sat Apr 20 2013 21:57:33.809881 3023141776]: [##ERROR##] DB ERROR(STM_TEXT) : {call dbo.cabal_sp_ems_get_firstJoinedUserNum}
[Sat Apr 20 2013 21:57:33.851637 3023141776]: Database Connect success!
[Sat Apr 20 2013 21:58:04.332494 3002162064]: [##ERROR##] OnIPCEMSGetEvents fail
[Sat Apr 20 2013 21:58:04.332598 3002162064]: [##ERROR##] DB ERROR(MSG) :
[Sat Apr 20 2013 21:58:04.332635 3002162064]: [##ERROR##] DB ERROR(CODE) : 0
[Sat Apr 20 2013 21:58:04.332671 3002162064]: [##ERROR##] DB ERROR(VAR_INFO) :
[Sat Apr 20 2013 21:58:04.332696 3002162064]: [##ERROR##] DB ERROR(SQLSTATE) : 00000
[Sat Apr 20 2013 21:58:04.332721 3002162064]: [##ERROR##] DB ERROR(STM_TEXT) : {call dbo.cabal_sp_ems_get_events}
[Sat Apr 20 2013 21:58:05.051787 3002162064]: Database Connect success!
[Sat Apr 20 2013 21:58:34.251558 3075591056]: [##ERROR##] OnIPCGetFirstJoinedUserNumFromEventStart fail
[Sat Apr 20 2013 21:58:34.251645 3075591056]: [##ERROR##] DB ERROR(MSG) :
[Sat Apr 20 2013 21:58:34.251681 3075591056]: [##ERROR##] DB ERROR(CODE) : 0
[Sat Apr 20 2013 21:58:34.251716 3075591056]: [##ERROR##] DB ERROR(VAR_INFO) :
[Sat Apr 20 2013 21:58:34.251741 3075591056]: [##ERROR##] DB ERROR(SQLSTATE) : 00000
[Sat Apr 20 2013 21:58:34.251765 3075591056]: [##ERROR##] DB ERROR(STM_TEXT) : {call dbo.cabal_sp_ems_get_firstJoinedUserNum}
[Sat Apr 20 2013 21:58:34.439312 3075591056]: Database Connect success!
[Sat Apr 20 2013 22:00:03.885181 3044121488]: [##ERROR##] OnIPCEMSGetEvents fail
[Sat Apr 20 2013 22:00:03.885263 3044121488]: [##ERROR##] DB ERROR(MSG) :
[Sat Apr 20 2013 22:00:03.885299 3044121488]: [##ERROR##] DB ERROR(CODE) : 0
[Sat Apr 20 2013 22:00:03.885337 3044121488]: [##ERROR##] DB ERROR(VAR_INFO) :
[Sat Apr 20 2013 22:00:03.885362 3044121488]: [##ERROR##] DB ERROR(SQLSTATE) : 00000
[Sat Apr 20 2013 22:00:03.885386 3044121488]: [##ERROR##] DB ERROR(STM_TEXT) : {call dbo.cabal_sp_ems_get_events}
[Sat Apr 20 2013 22:00:04.002025 3044121488]: Database Connect success!
[Sat Apr 20 2013 22:06:03.670129 3054611344]: [##ERROR##] OnIPCEMSGetEvents fail
[Sat Apr 20 2013 22:06:03.670291 3054611344]: [##ERROR##] DB ERROR(MSG) :
[Sat Apr 20 2013 22:06:03.670451 3054611344]: [##ERROR##] DB ERROR(CODE) : 0
[Sat Apr 20 2013 22:06:03.670487 3054611344]: [##ERROR##] DB ERROR(VAR_INFO) :
[Sat Apr 20 2013 22:06:03.670512 3054611344]: [##ERROR##] DB ERROR(SQLSTATE) : 00000
[Sat Apr 20 2013 22:06:03.670536 3054611344]: [##ERROR##] DB ERROR(STM_TEXT) : {call dbo.cabal_sp_ems_get_events}
[Sat Apr 20 2013 22:06:03.690525 3054611344]: Database Connect success!
[Sat Apr 20 2013 22:06:03.690770 3023141776]: [##ERROR##] OnIPCGetFirstJoinedUserNumFromEventStart fail
[Sat Apr 20 2013 22:06:03.690809 3023141776]: [##ERROR##] DB ERROR(MSG) :
[Sat Apr 20 2013 22:06:03.690850 3023141776]: [##ERROR##] DB ERROR(CODE) : 0
[Sat Apr 20 2013 22:06:03.690943 3023141776]: [##ERROR##] DB ERROR(VAR_INFO) :
[Sat Apr 20 2013 22:06:03.690969 3023141776]: [##ERROR##] DB ERROR(SQLSTATE) : 00000
[Sat Apr 20 2013 22:06:03.690993 3023141776]: [##ERROR##] DB ERROR(STM_TEXT) : {call dbo.cabal_sp_ems_get_firstJoinedUserNum}
[Sat Apr 20 2013 22:06:04.210138 3023141776]: Database Connect success!
[Sat Apr 20 2013 22:06:34.335995 3075591056]: [##ERROR##] OnIPCEMSGetEvents fail
[Sat Apr 20 2013 22:06:34.336145 3075591056]: [##ERROR##] DB ERROR(MSG) :
[Sat Apr 20 2013 22:06:34.336172 3075591056]: [##ERROR##] DB ERROR(CODE) : 0
[Sat Apr 20 2013 22:06:34.336197 3075591056]: [##ERROR##] DB ERROR(VAR_INFO) :
[Sat Apr 20 2013 22:06:34.336222 3075591056]: [##ERROR##] DB ERROR(SQLSTATE) : 00000
[Sat Apr 20 2013 22:06:34.336248 3075591056]: [##ERROR##] DB ERROR(STM_TEXT) : {call dbo.cabal_sp_ems_get_events}
[Sat Apr 20 2013 22:06:34.412454 3075591056]: Database Connect success!
[Sat Apr 20 2013 22:06:34.413064 3065101200]: [##ERROR##] OnIPCGetFirstJoinedUserNumFromEventStart fail
[Sat Apr 20 2013 22:06:34.413105 3065101200]: [##ERROR##] DB ERROR(MSG) :
[Sat Apr 20 2013 22:06:34.413141 3065101200]: [##ERROR##] DB ERROR(CODE) : 0
[Sat Apr 20 2013 22:06:34.413165 3065101200]: [##ERROR##] DB ERROR(VAR_INFO) :
[Sat Apr 20 2013 22:06:34.413190 3065101200]: [##ERROR##] DB ERROR(SQLSTATE) : 00000
[Sat Apr 20 2013 22:06:34.413214 3065101200]: [##ERROR##] DB ERROR(STM_TEXT) : {call dbo.cabal_sp_ems_get_firstJoinedUserNum}
[Sat Apr 20 2013 22:06:34.489961 3065101200]: Database Connect success!
[Sat Apr 20 2013 22:07:04.407619 3002162064]: [##ERROR##] OnIPCEMSGetEvents fail
[Sat Apr 20 2013 22:07:04.407701 3002162064]: [##ERROR##] DB ERROR(MSG) :
[Sat Apr 20 2013 22:07:04.407737 3002162064]: [##ERROR##] DB ERROR(CODE) : 0
[Sat Apr 20 2013 22:07:04.407775 3002162064]: [##ERROR##] DB ERROR(VAR_INFO) :
[Sat Apr 20 2013 22:07:04.407800 3002162064]: [##ERROR##] DB ERROR(SQLSTATE) : 00000
[Sat Apr 20 2013 22:07:04.407825 3002162064]: [##ERROR##] DB ERROR(STM_TEXT) : {call dbo.cabal_sp_ems_get_events}
[Sat Apr 20 2013 22:07:04.520161 3002162064]: Database Connect success!
[Sat Apr 20 2013 22:07:04.521723 3012651920]: [##ERROR##] OnIPCGetFirstJoinedUserNumFromEventStart fail
[Sat Apr 20 2013 22:07:04.521796 3012651920]: [##ERROR##] DB ERROR(MSG) :
[Sat Apr 20 2013 22:07:04.521832 3012651920]: [##ERROR##] DB ERROR(CODE) : 0
[Sat Apr 20 2013 22:07:04.521869 3012651920]: [##ERROR##] DB ERROR(VAR_INFO) :
[Sat Apr 20 2013 22:07:04.521921 3012651920]: [##ERROR##] DB ERROR(SQLSTATE) : 00000
[Sat Apr 20 2013 22:07:04.521947 3012651920]: [##ERROR##] DB ERROR(STM_TEXT) : {call dbo.cabal_sp_ems_get_firstJoinedUserNum}
[Sat Apr 20 2013 22:07:04.546945 3012651920]: Database Connect success!
[Sat Apr 20 2013 22:07:34.245352 3044121488]: [##ERROR##] OnIPCGetFirstJoinedUserNumFromEventStart fail
[Sat Apr 20 2013 22:07:34.245433 3044121488]: [##ERROR##] DB ERROR(MSG) :
[Sat Apr 20 2013 22:07:34.245469 3044121488]: [##ERROR##] DB ERROR(CODE) : 0
[Sat Apr 20 2013 22:07:34.245507 3044121488]: [##ERROR##] DB ERROR(VAR_INFO) :
[Sat Apr 20 2013 22:07:34.245534 3044121488]: [##ERROR##] DB ERROR(SQLSTATE) : 00000
[Sat Apr 20 2013 22:07:34.245559 3044121488]: [##ERROR##] DB ERROR(STM_TEXT) : {call dbo.cabal_sp_ems_get_firstJoinedUserNum}
[Sat Apr 20 2013 22:07:34.268454 3044121488]: Database Connect success!
[Sat Apr 20 2013 22:08:04.123142 3086080912]: [##ERROR##] OnIPCGetFirstJoinedUserNumFromEventStart fail
[Sat Apr 20 2013 22:08:04.123225 3086080912]: [##ERROR##] DB ERROR(MSG) :
[Sat Apr 20 2013 22:08:04.123260 3086080912]: [##ERROR##] DB ERROR(CODE) : 0
[Sat Apr 20 2013 22:08:04.123298 3086080912]: [##ERROR##] DB ERROR(VAR_INFO) :
[Sat Apr 20 2013 22:08:04.123323 3086080912]: [##ERROR##] DB ERROR(SQLSTATE) : 00000
[Sat Apr 20 2013 22:08:04.123348 3086080912]: [##ERROR##] DB ERROR(STM_TEXT) : {call dbo.cabal_sp_ems_get_firstJoinedUserNum}
[Sat Apr 20 2013 22:08:04.189332 3086080912]: Database Connect success!
[Sat Apr 20 2013 22:09:04.154394 2991672208]: [##ERROR##] OnIPCEMSGetEvents fail
[Sat Apr 20 2013 22:09:04.154474 3033631632]: [##ERROR##] OnIPCGetFirstJoinedUserNumFromEventStart fail
[Sat Apr 20 2013 22:09:04.154527 3033631632]: [##ERROR##] DB ERROR(MSG) :
[Sat Apr 20 2013 22:09:04.154564 3033631632]: [##ERROR##] DB ERROR(CODE) : 0
[Sat Apr 20 2013 22:09:04.154598 3033631632]: [##ERROR##] DB ERROR(VAR_INFO) :
[Sat Apr 20 2013 22:09:04.154671 3033631632]: [##ERROR##] DB ERROR(SQLSTATE) : 00000
[Sat Apr 20 2013 22:09:04.154697 3033631632]: [##ERROR##] DB ERROR(STM_TEXT) : {call dbo.cabal_sp_ems_get_firstJoinedUserNum}
[Sat Apr 20 2013 22:09:04.154480 2991672208]: [##ERROR##] DB ERROR(MSG) :
[Sat Apr 20 2013 22:09:04.173440 2991672208]: [##ERROR##] DB ERROR(CODE) : 0
[Sat Apr 20 2013 22:09:04.173491 2991672208]: [##ERROR##] DB ERROR(VAR_INFO) :
[Sat Apr 20 2013 22:09:04.173528 2991672208]: [##ERROR##] DB ERROR(SQLSTATE) : 00000
[Sat Apr 20 2013 22:09:04.173554 2991672208]: [##ERROR##] DB ERROR(STM_TEXT) : {call dbo.cabal_sp_ems_get_events}
[Sat Apr 20 2013 22:09:04.187223 3033631632]: Database Connect success!
[Sat Apr 20 2013 22:09:04.385041 2991672208]: Database Connect success!
[Sun Apr 21 2013 12:11:55.134589 3086198480]: open log file '/var/log/cabal/EventDBAgent.log'
 
Elite Diviner
Joined
Sep 11, 2010
Messages
430
Reaction score
94
[Sat Apr 20 2013 18:54:46.191811 2991672208]: [##ERROR##] DB ERROR(MSG) : [FreeTDS][SQL Server]Read from SQL server failed.
Bad FTDS config
 
RaGEZONER
Joined
Sep 25, 2009
Messages
637
Reaction score
398
can someone tell me where I can find the list of events that have on the server?

I think you need to create your own custom EventID, except for the EventID: 1, 1254, 1255

Or look in the logs or here.

Use [ spolier][ /spoiler] when posting logs.
 
Elite Diviner
Joined
Sep 11, 2010
Messages
430
Reaction score
94
item kind depend on event id, if u change 1255 in all tables to 1. The boss will drop an upgrade core named "1sEventItem" or something like that
 
RaGEZONER
Joined
Sep 25, 2009
Messages
637
Reaction score
398
Unless the EventIDs are prefixed in the server then you can probably rename all of the EventIDs and items related to it as you wish and then use the correct type and fill the columns.

Adding Santa and Items should be very easy, I will do that next,.. Santa very important.

/ Experimental:

Tpoint works
WoOoO with Exchange shop (you can add your own Item and exchange requirements) works
Hallowen works

Theres some experimental rubbish in there as I learn.
 
Elite Diviner
Joined
Aug 23, 2012
Messages
406
Reaction score
99
This thread was started last March 3 and many PPL have figured out to enable the event and t-point system but nobody shared it in a fully functional one.

And now we are very much thankful to toast2250 of sharing his EventData DB. More power to you toast and to all who also contributed much on their hard work and effort to this cabal community.

Big credit to you bro.

Q: What is the npc id to add items in t-point shop? i didn't see the name T-Point Shop in cabal_msg.dec.

Edit: NVM... i see it on eventdata on where to add items with price.
 
Last edited:
RaGEZONER
Joined
Sep 25, 2009
Messages
637
Reaction score
398
Me? All the credit goes to hefajstos.

The Tpoint price doesn't work, something with EMS procedure.
 
Newbie Spellweaver
Joined
Aug 5, 2009
Messages
93
Reaction score
94
T-Point Shop is world 1 NPC 10
check Data/extra_obj.enc
</extra_stuff>
<extra_stuff ID="12" filename="character\pcpointnpc.efx" min="-170.873,-25.3112,-244.727" max="215.379,650,172.775" >
<extra_entity type="1" pos="1125,0,2568" rotate="0,236,0" scale="1,1,1" disable_cell_radius="1" stuff_id="12" name="extra_npc_000" npc_id="10" npc_tag="0" npc_type="8" />
</extra_stuff>
and Data/Language/portuguese/extra_obj_msg.enc
<msg id="extra_npc_000" cont="T-Point Shop" />
If you want to add a new NPC to add to (extra_obj) and set npc_type="8"
Update
I made a small list of what event_type loads the modules of the tables
modules
Event type
Type 0,3
QueryEventData(): Event Data Call Type 163 cabal_ems_event_item_table
QueryEventData(): Event Data Call Type 162 cabal_ems_event_npcscript_table
QueryEventData(): Event Data Call Type 169 cabal_ems_event_npcitemshop_itemprice_table
QueryEventData(): Event Data Call Type 173 cabal_ems_event_npcitemshop_uistyle_table
QueryEventData(): Event Data Call Type 161 cabal_ems_event_npcitemshop_table
QueryEventData(): Event Data Call Type 165 cabal_ems_lotterydroppool_table
QueryEventData(): Event Data Call Type 171 cabal_ems_craftsevent_formulacard_table
QueryEventData(): Event Data Call Type 172 cabal_ems_craftsevent_recipepool_table

Type 1 -- EMST_EVENT_MONSTER_SPAWN
QueryEventData(): Event Data Call Type 163
QueryEventData(): Event Data Call Type 162
QueryEventData(): Event Data Call Type 169
QueryEventData(): Event Data Call Type 173
QueryEventData(): Event Data Call Type 161
QueryEventData(): Event Data Call Type 165
QueryEventData(): Event Data Call Type 171
QueryEventData(): Event Data Call Type 172
QueryEventData(): Event Data Call Type 1 cabal_ems_event_monster_spawn_table
QueryEventData(): Event Data Call Type 160 cabal_ems_droppool_table
Type 2 -- EMST_EVENT_ITEM_COLLECTING
QueryEventData(): Event Data Call Type 163
QueryEventData(): Event Data Call Type 162
QueryEventData(): Event Data Call Type 169
QueryEventData(): Event Data Call Type 173
QueryEventData(): Event Data Call Type 161
QueryEventData(): Event Data Call Type 165
QueryEventData(): Event Data Call Type 171
QueryEventData(): Event Data Call Type 172
QueryEventData(): Event Data Call Type 2 cabal_ems_event_item_collecting_table
Type 4 EMST_EVENT_GOAL
QueryEventData(): Event Data Call Type 163
QueryEventData(): Event Data Call Type 162
QueryEventData(): Event Data Call Type 169
QueryEventData(): Event Data Call Type 173
QueryEventData(): Event Data Call Type 161
QueryEventData(): Event Data Call Type 165
QueryEventData(): Event Data Call Type 171
QueryEventData(): Event Data Call Type 172
QueryEventData(): Event Data Call Type 4 cabal_ems_goalevent_table
QueryEventData(): Event Data Call Type 166 cabal_ems_goalevent_goal_table -> cabal_ems_goalevent_reward_itempool_table
QueryEventData(): Event Data Call Type 167 cabal_ems_goalevent_goal_table -> cabal_ems_goalevent_reward_bonuspool_table
QueryEventData(): Event Data Call Type 168 cabal_ems_goalevent_goal_table -> cabal_ems_goalevent_goal_table
Type 5 EMST_EVENT_MULTIPLE
QueryEventData(): Event Data Call Type 163
QueryEventData(): Event Data Call Type 162
QueryEventData(): Event Data Call Type 169
QueryEventData(): Event Data Call Type 173
QueryEventData(): Event Data Call Type 161
QueryEventData(): Event Data Call Type 165
QueryEventData(): Event Data Call Type 171
QueryEventData(): Event Data Call Type 172
QueryEventData(): Event Data Call Type 5 cabal_ems_multipleevent_datetime_table
QueryEventData(): Event Data Call Type 170 cabal_ems_multipleevent_multiple_table
Type 6 EMST_EVENT_MULTIPLE_15
QueryEventData(): Event Data Call Type 163
QueryEventData(): Event Data Call Type 162
QueryEventData(): Event Data Call Type 169
QueryEventData(): Event Data Call Type 173
QueryEventData(): Event Data Call Type 161
QueryEventData(): Event Data Call Type 165
QueryEventData(): Event Data Call Type 171
QueryEventData(): Event Data Call Type 172
QueryEventData(): Event Data Call Type 176 cabal_ems_multipleevent_datetime_table
QueryEventData(): Event Data Call Type 177 cabal_ems_event_timer_event_table
QueryEventData(): Event Data Call Type 178 cabal_ems_event_timer_rewarditem_table
 
Last edited:
Elite Diviner
Joined
Aug 23, 2012
Messages
406
Reaction score
99
Me? All the credit goes to hefajstos.

The Tpoint price doesn't work, something with EMS procedure.

Sorry, i forgot to acknowledge hefajstos who first gave his idea on how to do it with the DB sample.
 
Junior Spellweaver
Joined
Jul 27, 2011
Messages
173
Reaction score
29
hello guys I take issue with the event I add to the event and all but I drop an item called Event (2x2) what can I do to fix this error?
and from what I know this is event item if someone can help me since I am already grateful
 
Back
Top