Hi Ragezone i repair Event System its works
Attachment 125034Attachment 125035Attachment 125036Attachment 125037
bug is cabal_sp_ems_get_events
solved:
Spoiler:
I still tested all Event type and repair missing tables
liked?:):
Printable View
Hi Ragezone i repair Event System its works
Attachment 125034Attachment 125035Attachment 125036Attachment 125037
bug is cabal_sp_ems_get_events
solved:
Spoiler:
I still tested all Event type and repair missing tables
liked?:):
how you start the event
DATEADD(hour, -@TimeZone, BeginDate),
DATEADD(hour, -@TimeZone, EndDate),
DATEADD(hour, -@TimeZone, LastModifiedDate),
I think you edit in the table
Mind telling us what did you fill in those table? Cause I cant seem to find the data for the event.
the only difference between original one and this is only : UseFlag,
not edit table, [ERROR] row 3<TIMESTAMP> not BeginDate
is UseFlag, i used orginal Backup EventData.bak and changed date in tables: cabal_ems_event_table
1254 2 2013-03-02 18:35:53.443 2013-11-17 10:00:00.000 2011-10-27 12:11:39.723 1 Enter the Haunted Dungeons test/ 3 49
1255 1 2013-03-02 18:35:53.443 2013-11-17 10:00:00.000 2011-10-27 12:11:39.737 1 Slay the Giant Pumpkins ???? ????? @_@)/ 1 10
UseFlag = 0/1-off/on
Desing my table:
EventID int Unchecked
EventType tinyint Unchecked
BeginDate datetime Unchecked
EndDate datetime Unchecked
LastModifiedDate datetime Unchecked
UseFlag tinyint Unchecked
Name varchar(128) Unchecked
LogMessages text Checked
worldIndex int Unchecked
npcIndex int Unchecked
Event type:
EMST_INVALID = 0,
EMST_EVENT_MONSTER_SPAWN = 1,
EMST_EVENT_ITEM_COLLECTING = 2,
// EMST_EVENT_LOTTERY_ITEM = 3,
EMST_EVENT_GOAL = 4,
EMST_EVENT_MULTIPLE = 5,
EMST_EVENT_MULTIPLE_15 = 6,
EMST_DROPPOOL = 0xA0,
EMST_NPCITEMSHOP = 0xA1,
EMST_NCPSCRIPT = 0xA2,
EMST_ITEMDESC = 0xA3,
// EMST_LOTTERY_ITEMDESC = 0xA4,
EMST_LOTTERY_ITEMPOOL = 0xA5,
EMST_GOAL_REWARD_ITEMS = 0xA6,
EMST_GOAL_REWARD_BONUSES = 0xA7,
EMST_GOAL_GOALUNITS = 0xA8,
EMST_NPCITEMSHOP_ITEMPRICE = 0xA9,
EMST_MULTIPLE_VALUES = 0xAA,
EMST_CRAFT_FORMULACARD = 0xAB,
EMST_CRAFT_RECIPEPOOL = 0xAC,
EMST_MULTIPLE_VALUES_15TH = 0xAD,
not use 0xA0 (hex) convert to binary = 160,0xA1=161,etc....
tested type 1,2,3,4 works
my backup:
http://www.4shared.com/rar/3K25iUAV/EventData.html?
Got this error on my first try :
[Mon Mar 4 2013 02:14:49.678166 3085896592]: [##ERROR##] [EMS] Invalid Event(1255) Type(174)
[Mon Mar 4 2013 02:14:49.717710 3085896592]: [##ERROR##] UpdateEventData(): [EMS] Failed to find Event(1255)
[Mon Mar 4 2013 02:14:49.717758 3085896592]: [##ERROR##] UpdateEventData(): [EMS] Failed to find Event(1255)
What did I do wrong?
p/s I did restore the eventdata db backup and modified the sp...
event type 1,2,3,4,5 work more type something is wrong i stll tested :):
I want to start:
T-Point Shop in BI
Yul NPC all type Event and all type UI NPC Event
I think that it is possible to enter for WAR Forcecalibur world_id=73 name world 75
How to start this event? any query to run to fill up the table of cabal_ems_event_table?
working properly
my EVENTDATA
Refer to apply
Attachment 125064 Attachment 125066
It work but when you talked Event NPC Yul, there's no selection of the event list.
Attachment 125070
Nice its work just need find out something more cuz cant open Yul :/
I can see the event monster but whenever I click the event npc nothing popup? Here is my worldserver log error :
[Mon Mar 4 2013 07:44:35.295740 2845457296]: GetInitializePacket(): breaklee NOT Dirty Event : 1
[Mon Mar 4 2013 07:44:43.247303 2845457296]: GetInitializePacket(): breaklee NOT Dirty Event : 1
[Mon Mar 4 2013 07:44:46.052846 2845457296]: GetInitializePacket(): breaklee NOT Dirty Event : 1
[Mon Mar 4 2013 07:44:47.913835 2845457296]: GetInitializePacket(): breaklee NOT Dirty Event : 1
[Mon Mar 4 2013 07:44:48.782337 2845457296]: GetInitializePacket(): breaklee NOT Dirty Event : 1
[Mon Mar 4 2013 07:44:49.684425 2845457296]: GetInitializePacket(): breaklee NOT Dirty Event : 1
Any hint?
use husky
seems like yul is fully working , and moster event are working too:D
now all we need to make work is Lakeside 4 like EU and , guild emblem system event:D
actually all of them are working look on egarena ;)
I managed by the NPC to work, but when I click the NPC it does not show the event list, is this normal?
Attachment 125152
and another thing, when I killed him CABAL Lantern dropou this item, why? I like to drop normal items?
Attachment 125150
Attachment 125151
i use breaklee and husky command and i become this error
Code:[Mon Mar 4 2013 21:58:03.650710 2846149520]: GetInitializePacket(): breaklee NOT Dirty Event : 1
[Mon Mar 4 2013 21:58:08.381308 2846149520]: GetInitializePacket(): breaklee NOT Dirty Event : 1
[Mon Mar 4 2013 21:58:08.509520 2846149520]: GetInitializePacket(): breaklee NOT Dirty Event : 1
[Mon Mar 4 2013 21:58:08.801522 2846149520]: GetInitializePacket(): breaklee NOT Dirty Event : 1
the event system is fully working, all you need to do is to edit the database !
can you give some tutorial or step by step how to do it ..... cos still not clear how we need to give this event funtion ...
thnks
all of you could just try and don't w8 for everything? what's so hard to test and test untill you succes?:|
I have no time to "play" with this. This question is for those who have tried. We could create our own custom events properly editing the db? That would be great.
only use 1,2,4,5 type
this load automatically modules for use event:
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
WorldSvr_01_01.log
[EMS] Event(1) Common Data Update
[EMS][EventItem] (7) Items.
[EMS][NPCScript] (4) Scripts.
[EMS][NPCShop] (2) Items
[EMS][LotteryItem] LotteryItemPool has (32) Items.
[EMS][EventCrafts] TFormulaCard has (2) Items.
[EMS][EventCrafts] TRecipePool has (1) Items.
[EMS] Event(1) Specific Data Update
[EMS][ItemCollecting] Item(Kind:1561, Opt:1, Rate:4.000000) will drop Region(-4119).
[EMS][ItemCollecting] Item(Kind:1707, Opt:1, Rate:4.000000) will drop Region(-4117).
[EMS][ItemCollecting] Item(Kind:1713, Opt:0, Rate:4.000000) will drop Region(-4118).
[EMS][ItemCollecting] Item(Kind:1707, Opt:0, Rate:4.000000) will drop Region(-4124).
[EMS] Event(1) Specific Data Update Done
UpdateFirstJoinedUserNum(): first joined userNum has changed. before(0), after(3)
event list still does not work I think that my client is incomplete
i found this in client cont2.enc:
Spoiler:
and contt2_msg.enc
Spoiler:
database tables used by the type of event:
Spoiler:
hello guys i am not able to add the event someone help me?
i thing not have any guys want syer a good tutorial guide for noob ....
so any way .....this page cant put in tutorial section , can put in dev sec only for discuse cos still not have good tutorial for cabal tutorial thread
thnks
Beucase u must connect via language.enc not interial.txt ... :-)
yes i know
i have edit the language.enc and use husky command
and i get this error
Code:[Mon Mar 4 2013 21:58:03.650710 2846149520]: GetInitializePacket(): breaklee NOT Dirty Event : 1
[Mon Mar 4 2013 21:58:08.381308 2846149520]: GetInitializePacket(): breaklee NOT Dirty Event : 1
[Mon Mar 4 2013 21:58:08.509520 2846149520]: GetInitializePacket(): breaklee NOT Dirty Event : 1
[Mon Mar 4 2013 21:58:08.801522 2846149520]: GetInitializePacket(): breaklee NOT Dirty Event : 1
This error does not come from the client
are errors in the database I have little time for research
someone knows something?
NPC Yul Unclickable
My Eventdata and your modifications.. don't work
Your EventData Backup .. don't work
Logs are fine
OBS:
The ERRORS to connect to DB is because i use autorestart.
EventDBAgent.log
EventMgrSvr.logPHP Code:[Wed Mar 6 2013 13:14:03.541829 3086464720]: open log file '/var/log/cabal/EventDBAgent.log'
[Wed Mar 6 2013 13:14:03.541961 3086464720]: LOG LEVEL: 3
[Wed Mar 6 2013 13:14:03.542029 3086464720]: MemPoolUnitSizeClass(2): 24576Bytes
[Wed Mar 6 2013 13:14:03.542469 3086464720]: Seed: 1249294411
[Wed Mar 6 2013 13:14:03.543131 3086464720]: Start EventDBAgent Server
[Wed Mar 6 2013 13:14:03.544628 3086464720]: UseEcryptText (Off)
[Wed Mar 6 2013 13:14:03.544691 3086464720]: UseQueryTimeOutSec (0)
[Wed Mar 6 2013 13:14:03.544734 3086464720]: CacheUserDataKeepMin (60)
[Wed Mar 6 2013 13:14:03.545262 3086461840]: CProcessLayer(0)::svc Start [3086461840]
[Wed Mar 6 2013 13:14:03.545397 3075971984]: CProcessLayer(0)::svc Start [3075971984]
[Wed Mar 6 2013 13:14:03.545514 3065482128]: CProcessLayer(0)::svc Start [3065482128]
[Wed Mar 6 2013 13:14:03.545631 3054992272]: CProcessLayer(0)::svc Start [3054992272]
[Wed Mar 6 2013 13:14:03.545742 3044502416]: CProcessLayer(0)::svc Start [3044502416]
[Wed Mar 6 2013 13:14:03.545858 3034012560]: CProcessLayer(0)::svc Start [3034012560]
[Wed Mar 6 2013 13:14:03.546086 3086464720]: try listening 37110 port
[Wed Mar 6 2013 13:14:03.546119 3013032848]: CProcessLayer(0)::svc Start [3013032848]
[Wed Mar 6 2013 13:14:03.546244 3023522704]: CProcessLayer(0)::svc Start [3023522704]
[Wed Mar 6 2013 13:14:03.546289 2990537616]: CProcessLayer(0)::svc Start [2990537616]
[Wed Mar 6 2013 13:14:03.546322 3002542992]: CProcessLayer(0)::svc Start [3002542992]
[Wed Mar 6 2013 13:15:02.861734 3086464720]: success accept 8(127.0.0.1:51070)
[Wed Mar 6 2013 13:15:02.862173 3086464720]: 1.open user 8 [B18006E0] (127.0.0.1)
[Wed Mar 6 2013 13:15:32.635891 3075971984]: Database Connect success!
[Wed Mar 6 2013 13:15:32.659175 3065482128]: Database Connect success!
[Wed Mar 6 2013 13:15:32.674586 3044502416]: Database Connect success!
[Wed Mar 6 2013 13:15:32.680118 3044502416]: QueryEventData(): Event Data Call Type 163
[Wed Mar 6 2013 13:15:32.742092 3054992272]: Database Connect success!
[Wed Mar 6 2013 13:15:32.742313 3054992272]: QueryEventData(): Event Data Call Type 163
[Wed Mar 6 2013 13:15:32.744053 3054992272]: QueryEventData(): Event Data Call Type 162
[Wed Mar 6 2013 13:15:32.758549 3013032848]: Database Connect success!
[Wed Mar 6 2013 13:15:32.759119 3054992272]: QueryEventData(): Event Data Call Type 169
[Wed Mar 6 2013 13:15:32.759189 3013032848]: QueryEventData(): Event Data Call Type 163
[Wed Mar 6 2013 13:15:32.759144 3044502416]: QueryEventData(): Event Data Call Type 162
[Wed Mar 6 2013 13:15:32.765065 3044502416]: QueryEventData(): Event Data Call Type 169
[Wed Mar 6 2013 13:15:32.767810 3013032848]: QueryEventData(): Event Data Call Type 162
[Wed Mar 6 2013 13:15:32.768482 3013032848]: QueryEventData(): Event Data Call Type 169
[Wed Mar 6 2013 13:15:32.769442 3013032848]: QueryEventData(): Event Data Call Type 173
[Wed Mar 6 2013 13:15:32.771426 3054992272]: QueryEventData(): Event Data Call Type 173
[Wed Mar 6 2013 13:15:32.771430 3044502416]: QueryEventData(): Event Data Call Type 173
[Wed Mar 6 2013 13:15:32.774331 3044502416]: QueryEventData(): Event Data Call Type 161
[Wed Mar 6 2013 13:15:32.775938 3013032848]: QueryEventData(): Event Data Call Type 161
[Wed Mar 6 2013 13:15:32.778123 3013032848]: QueryEventData(): Event Data Call Type 165
[Wed Mar 6 2013 13:15:32.779493 3013032848]: QueryEventData(): Event Data Call Type 171
[Wed Mar 6 2013 13:15:32.781589 3013032848]: QueryEventData(): Event Data Call Type 172
[Wed Mar 6 2013 13:15:32.783417 3044502416]: QueryEventData(): Event Data Call Type 165
[Wed Mar 6 2013 13:15:32.783475 3054992272]: QueryEventData(): Event Data Call Type 161
[Wed Mar 6 2013 13:15:32.786224 3054992272]: QueryEventData(): Event Data Call Type 165
[Wed Mar 6 2013 13:15:32.788064 3044502416]: QueryEventData(): Event Data Call Type 171
[Wed Mar 6 2013 13:15:32.788101 3013032848]: QueryEventData(): Event Data Call Type 2
[Wed Mar 6 2013 13:15:32.789249 3044502416]: QueryEventData(): Event Data Call Type 172
[Wed Mar 6 2013 13:15:32.791383 3044502416]: QueryEventData(): Event Data Call Type 1
[Wed Mar 6 2013 13:15:32.795589 3044502416]: QueryEventData(): Event Data Call Type 160
[Wed Mar 6 2013 13:15:32.797849 3054992272]: QueryEventData(): Event Data Call Type 171
[Wed Mar 6 2013 13:15:32.801179 3054992272]: QueryEventData(): Event Data Call Type 172
[Wed Mar 6 2013 13:15:32.802130 3054992272]: QueryEventData(): Event Data Call Type 2
[Wed Mar 6 2013 13:16:31.103110 3002542992]: Database Connect success!
[Wed Mar 6 2013 13:16:31.117246 2990537616]: Database Connect success!
[Wed Mar 6 2013 13:17:00.233390 3034012560]: Database Connect success!
[Wed Mar 6 2013 13:17:00.246033 3023522704]: Database Connect success!
[Wed Mar 6 2013 13:17:58.477792 3086461840]: Database Connect success!
WorldSvr_01_01.logPHP Code:[Wed Mar 6 2013 13:15:02.860499 3086383744]: open log file '/var/log/cabal/EventMgrSvr.log'
[Wed Mar 6 2013 13:15:02.860546 3086383744]: LOG LEVEL: 3
[Wed Mar 6 2013 13:15:02.860564 3086383744]: MemPoolUnitSizeClass(2): 24576Bytes
[Wed Mar 6 2013 13:15:02.860695 3086383744]: Seed: 214500927
[Wed Mar 6 2013 13:15:02.860893 3086383744]: Start EventMgrSvr Server
[Wed Mar 6 2013 13:15:02.860917 3086383744]: ReloadConfig(): ReloadConfig
[Wed Mar 6 2013 13:15:02.860931 3086383744]: LOG LEVEL: 3
[Wed Mar 6 2013 13:15:02.861243 3086383744]: try connect 127.0.0.1:38170, Sync
[Wed Mar 6 2013 13:15:02.861492 3086383744]: sock 7 ->LinkHandler Open
[Wed Mar 6 2013 13:15:02.861515 3086383744]: SendIPSConnect2Svr (245:128:00:00)
[Wed Mar 6 2013 13:15:02.861546 3086383744]: try connect 127.0.0.1:37110, Sync
[Wed Mar 6 2013 13:15:02.861612 3086383744]: sock 9 ->LinkHandler Open
[Wed Mar 6 2013 13:15:02.861631 3086383744]: SendIPSConnect2Svr (245:128:00:00)
[Wed Mar 6 2013 13:15:02.861654 3086383744]: try listening 38171 port
[Wed Mar 6 2013 13:15:02.862122 3086379920]: CProcessLayer(0)::svc Start [3086379920]
[Wed Mar 6 2013 13:15:08.375135 3086383744]: success accept 11(127.0.0.1:40161)
[Wed Mar 6 2013 13:15:08.375247 3086383744]: 1.open user 11 [8C66CB0] (127.0.0.1)
[Wed Mar 6 2013 13:15:08.756292 3086383744]: success accept 12(127.0.0.1:40162)
[Wed Mar 6 2013 13:15:08.756451 3086383744]: 2.open user 12 [8C6D0C0] (127.0.0.1)
[Wed Mar 6 2013 13:15:09.711563 3086379920]: WorldSvr[01][01] Connected.
[Wed Mar 6 2013 13:15:09.775172 3086383744]: success accept 13(127.0.0.1:40163)
[Wed Mar 6 2013 13:15:09.775350 3086383744]: 3.open user 13 [8C6D318] (127.0.0.1)
[Wed Mar 6 2013 13:15:10.122680 3086379920]: WorldSvr[01][02] Connected.
[Wed Mar 6 2013 13:15:11.097289 3086379920]: WorldSvr[01][03] Connected.
[Wed Mar 6 2013 13:15:32.643540 3086379920]: Event(1255), Type(1) Register.(No Start)
[Wed Mar 6 2013 13:15:32.647538 3086379920]: Event(1254), Type(2) Register.(No Start)
[Wed Mar 6 2013 13:15:32.649564 3086379920]: Event(1), Type(2) Register.(No Start)
[Wed Mar 6 2013 13:15:32.680471 3086379920]: OnIPCDBGetFirstJoinedUserNumFromEventStart(): first joined userNum has changed : 3
[Wed Mar 6 2013 13:16:01.965523 3086379920]: Event(1255) Start.
[Wed Mar 6 2013 13:16:01.965664 3086379920]: Event(1254) Start.
[Wed Mar 6 2013 13:16:01.965779 3086379920]: Event(1) Start.
PHP Code:[Wed Mar 6 2013 13:15:03.628839 3086326640]: open log file '/var/log/cabal/WorldSvr_01_01.log'
[Wed Mar 6 2013 13:15:03.628912 3086326640]: LOG LEVEL: 3
[Wed Mar 6 2013 13:15:03.628938 3086326640]: MemPoolUnitSizeClass(3): 28672Bytes
[Wed Mar 6 2013 13:15:03.629075 3086326640]: Seed: 846658653
[Wed Mar 6 2013 13:15:03.629210 3086326640]: Start WorldSvr_01_01 Server
[Wed Mar 6 2013 13:15:03.629237 3086326640]: InitEnv BEGIN
[Wed Mar 6 2013 13:15:03.640476 3086326640]: [##ERROR##] open fail ()
[Wed Mar 6 2013 13:15:03.640529 3086326640]: [##ERROR##] open fail ()
[Wed Mar 6 2013 13:15:03.640549 3086326640]: [##ERROR##] open fail ()
[Wed Mar 6 2013 13:15:03.640568 3086326640]: [##ERROR##] open fail ()
[Wed Mar 6 2013 13:15:03.640587 3086326640]: [##ERROR##] open fail ()
[Wed Mar 6 2013 13:15:03.640610 3086326640]: CheckSkillCoolTimeHack (On)
[Wed Mar 6 2013 13:15:03.640623 3086326640]: CheckShopHack (On)
[Wed Mar 6 2013 13:15:03.640636 3086326640]: CheckWarpHack (On)
[Wed Mar 6 2013 13:15:03.640648 3086326640]: CheckWareHouseHack (On)
[Wed Mar 6 2013 13:15:03.640661 3086326640]: UseCheckDistanceSkillHack (On)
[Wed Mar 6 2013 13:15:03.640675 3086326640]: UseCheckDistanceSkillHackCountForLog (1)
[Wed Mar 6 2013 13:15:03.640687 3086326640]: UseCheckDistanceSkillHackKickoutCount (30)
[Wed Mar 6 2013 13:15:03.640700 3086326640]: UseCheckDistanceSkillHackSpaceDistanceToMob (6)
[Wed Mar 6 2013 13:15:03.640713 3086326640]: UseCheckDistanceSkillHackSpaceDistanceToUser (6)
[Wed Mar 6 2013 13:15:03.640728 3086326640]: MaxTimeHackingCount(2)
[Wed Mar 6 2013 13:15:03.640741 3086326640]: MaxDistanceHackingCount(2)
[Wed Mar 6 2013 13:15:03.640754 3086326640]: CheckQuestNpcDistance (On)
[Wed Mar 6 2013 13:15:03.640767 3086326640]: UseNonClientCheck (Off)
[Wed Mar 6 2013 13:15:03.640780 3086326640]: NonClientDisAdvantageRate (90)
[Wed Mar 6 2013 13:15:03.640792 3086326640]: useDropDiscount (On)
[Wed Mar 6 2013 13:15:03.640806 3086326640]: UseBlessingBeadCheck (On)
[Wed Mar 6 2013 13:15:03.640818 3086326640]: ESTPCBangChargeInterval(600000)
[Wed Mar 6 2013 13:15:03.640831 3086326640]: AllowTradeChannel (Off)
[Wed Mar 6 2013 13:15:03.640844 3086326640]: UseCheckMissionIdx(On)
[Wed Mar 6 2013 13:15:03.640855 3086326640]: UseCheckDeadStatActive(On)
[Wed Mar 6 2013 13:15:03.640868 3086326640]: reload ActiveDeadStatCount(30)
[Wed Mar 6 2013 13:15:03.640881 3086326640]: UseHackcheckByTimeScope (On)
[Wed Mar 6 2013 13:15:03.640893 3086326640]: CheckSkillTimeHackScope(60000)
[Wed Mar 6 2013 13:15:03.640906 3086326640]: IgnoreVerifyIpDiff (On)
[Wed Mar 6 2013 13:15:03.640918 3086326640]: UseMobsChaseModify (On)
[Wed Mar 6 2013 13:15:03.640931 3086326640]: UseAlzDbHackCheck (Off)
[Wed Mar 6 2013 13:15:03.640943 3086326640]: UseCutIfAlzDbHacked (On)
[Wed Mar 6 2013 13:15:03.640956 3086326640]: UseCheckUserAttack (On)
[Wed Mar 6 2013 13:15:03.640967 3086326640]: UseHackUserDBSave (On)
[Wed Mar 6 2013 13:15:03.640983 3086326640]: UseAdminUser (Off)
[Wed Mar 6 2013 13:15:03.641001 3086326640]: InstantWarCalledGameType (1)
[Wed Mar 6 2013 13:15:03.641014 3086326640]: UsePenaltyChange (1)
[Wed Mar 6 2013 13:15:03.641027 3086326640]: UseCheckBelongItem (On)
[Wed Mar 6 2013 13:15:03.641039 3086326640]: UseCheckDMZArea (Off)
[Wed Mar 6 2013 13:15:03.641052 3086326640]: AllowCashShop(1)
[Wed Mar 6 2013 13:15:03.641066 3086326640]: ReloadAllowCheckGuildBoard(): AllowGuildBoard: 1
[Wed Mar 6 2013 13:15:03.641078 3086326640]: AllowNetcafePoint(0)
[Wed Mar 6 2013 13:15:03.641091 3086326640]: RestrictOddCircleUseCountInDungeon (On)
[Wed Mar 6 2013 13:15:03.641109 3086326640]: UseAdditionalMissionDungeonInstanceInPremiumCH (On)
[Wed Mar 6 2013 13:15:03.641120 3086326640]: UseAdditionalMissionDungeonInstanceInPremiumUser (Off)
[Wed Mar 6 2013 13:15:03.641131 3086326640]: AdditionalMissionDungeonInstanceCount (0)
[Wed Mar 6 2013 13:15:03.641144 3086326640]: PShopOpenLimitCount (200)
[Wed Mar 6 2013 13:15:03.641157 3086326640]: UseTradeChannelRestriction (Off)
[Wed Mar 6 2013 13:15:03.641169 3086326640]: UseArtOfDefensePenalty (Off)
[Wed Mar 6 2013 13:15:03.641201 3086326640]: IgnorePartyInviteDistance (Off)
[Wed Mar 6 2013 13:15:03.641214 3086326640]: UseWorldDrop (On)
[Wed Mar 6 2013 13:15:03.641226 3086326640]: UseInventoryHackCheck (On)
[Wed Mar 6 2013 13:15:03.641238 3086326640]: UseCutUserInventoryHack (On)
[Wed Mar 6 2013 13:15:03.641259 3086326640]: UseAlzSupplyUpdateTime (3600000)
[Wed Mar 6 2013 13:15:03.641273 3086326640]: UseLimitLoudLev : CharacterLevel(30), MasteryLevel(4)
[Wed Mar 6 2013 13:15:03.641287 3086326640]: LimitNormalChatLev(0)
[Wed Mar 6 2013 13:15:03.641299 3086326640]: LimitTradeChatLev(0)
[Wed Mar 6 2013 13:15:03.641311 3086326640]: UseLimitDeadPenaltyLev : Level(30)
[Wed Mar 6 2013 13:15:03.641324 3086326640]: UseLimitAlzSave : inventory(500), warehouse(500)
[Wed Mar 6 2013 13:15:03.641347 3086326640]: UseAgentShop (On)
[Wed Mar 6 2013 13:15:03.641359 3086326640]: DelayPartyLeaderLooting(1000)
[Wed Mar 6 2013 13:15:03.641372 3086326640]: DelayDiceOrAuction(1000)
[Wed Mar 6 2013 13:15:03.641385 3086326640]: LimitPartySearchRegistLv(10)
[Wed Mar 6 2013 13:15:03.641403 3086326640]: Maxlevel=190
[Wed Mar 6 2013 13:15:03.641419 3086326640]: MaxRank=10
[Wed Mar 6 2013 13:15:03.641435 3086326640]: UseMinLevDiffValueForExpCalc (On)
[Wed Mar 6 2013 13:15:03.641447 3086326640]: UsePartyMinExpForInvalidPartyMember (On)
[Wed Mar 6 2013 13:15:03.641460 3086326640]: UseIgnoreOtherBlessBuff (On)
[Wed Mar 6 2013 13:15:03.641473 3086326640]: UseRecoveryMasteryLevUp (Off)
[Wed Mar 6 2013 13:15:03.641486 3086326640]: UseCashItemPeriodClear (On)
[Wed Mar 6 2013 13:15:03.641499 3086326640]: UseWarSleepUserBanTime : Minute(5)
[Wed Mar 6 2013 13:15:03.641511 3086326640]: SoldItemRestoreLimitTime : Minute(180)
[Wed Mar 6 2013 13:15:03.641526 3086326640]: UseChannelToWarChannel(On)
[Wed Mar 6 2013 13:15:03.641539 3086326640]: NoIncomingCharDeleteTickCount : TickCount(60000)
[Wed Mar 6 2013 13:15:03.641551 3086326640]: OnceIncomingCharacterCount : Count(20)
[Wed Mar 6 2013 13:15:03.641564 3086326640]: UpdateUserPlayTimePeriod : Minute(60)
[Wed Mar 6 2013 13:15:03.641578 3086326640]: Shop Restriction: (AShopLv(0), PShopLv(0))
[Wed Mar 6 2013 13:15:03.641591 3086326640]: AllowDuplicatedPCBangPremium(0)
[Wed Mar 6 2013 13:15:03.641604 3086326640]: PCBangPremiumPriorType(0)
[Wed Mar 6 2013 13:15:03.641617 3086326640]: IgnoreLobbyEntryFull(0)
[Wed Mar 6 2013 13:15:03.641629 3086326640]: UseExclusivePremiumChannel(0)
[Wed Mar 6 2013 13:15:03.641642 3086326640]: UseCombatModeRestrictReturnStone(1)
[Wed Mar 6 2013 13:15:03.641654 3086326640]: UsePreventOttuki(1)
[Wed Mar 6 2013 13:15:03.641666 3086326640]: UseRevisionMovingStats(1)
[Wed Mar 6 2013 13:15:03.641679 3086326640]: UseAllowMoviePosDiff(0)
[Wed Mar 6 2013 13:15:03.641691 3086326640]: UseAllItemDrop(1)
[Wed Mar 6 2013 13:15:03.641703 3086326640]: UseBotCheckSystem(1)
[Wed Mar 6 2013 13:15:03.641716 3086326640]: UseBotCheckInCharacterSelectLogout(0)
[Wed Mar 6 2013 13:15:03.641729 3086326640]: BotAlertInterval(1800000)
[Wed Mar 6 2013 13:15:03.641741 3086326640]: BotVerifiyTimeout(180)
[Wed Mar 6 2013 13:15:03.641754 3086326640]: BotMaxVerifyFailCount(3)
[Wed Mar 6 2013 13:15:03.641766 3086326640]: UseImageAuth(Off)
[Wed Mar 6 2013 13:15:03.641778 3086326640]: ClearActStateAttackingNormalMobTimeout(30)
[Wed Mar 6 2013 13:15:03.641791 3086326640]: BeginActStateSleepTime(300)
[Wed Mar 6 2013 13:15:03.641804 3086326640]: BeginActStatePShopOpenTime(300)
[Wed Mar 6 2013 13:15:03.641816 3086326640]: BeginActStateSocialActTime(300)
[Wed Mar 6 2013 13:15:03.641832 3086326640]: DisableDancingSpIncreaseIfMissionWar(On)
[Wed Mar 6 2013 13:15:03.641844 3086326640]: AllowForceEnchantModeOthersBlessBuff(On)
[Wed Mar 6 2013 13:15:03.641857 3086326640]: IgnorePartyBuffConstraintIfDebugClient(On)
[Wed Mar 6 2013 13:15:03.641870 3086326640]: PartyBuffCastableCloseByPartyMemberCount(2)
[Wed Mar 6 2013 13:15:03.641883 3086326640]: AllowAdditionalDmgForMultiHitSkill(On)
[Wed Mar 6 2013 13:15:03.641895 3086326640]: UseMissAttackInComboMode(Off)
[Wed Mar 6 2013 13:15:03.641908 3086326640]: ForceSkillCritical(Off)
[Wed Mar 6 2013 13:15:03.641926 3086326640]: ForceSkillNonCritical(Off)
[Wed Mar 6 2013 13:15:03.641938 3086326640]: ForceSkillBFX(Off)
[Wed Mar 6 2013 13:15:03.641950 3086326640]: GivePetExpIfMissionWarPvp(On)
[Wed Mar 6 2013 13:15:03.641963 3086326640]: UseLordBroadCastCoolTimeSec (0)
[Wed Mar 6 2013 13:15:03.641975 3086326640]: UseServerMobLog (Off)
[Wed Mar 6 2013 13:15:03.641987 3086326640]: IgnoreMissionWarEntryLimit(Off)
[Wed Mar 6 2013 13:15:03.641999 3086326640]: UseCheckUpgradeDistanceHack(Off)
[Wed Mar 6 2013 13:15:03.642012 3086326640]: UseItemChangeManager(On)
[Wed Mar 6 2013 13:15:03.642025 3086326640]: UseDeleteExpiredEventItems(On)
[Wed Mar 6 2013 13:15:03.642038 3086326640]: UsePXPenaltyLogicChange(On)
[Wed Mar 6 2013 13:15:03.642064 3086326640]: UseTPointSystem (Off)
[Wed Mar 6 2013 13:15:03.642098 3086326640]: ServerTimeZoneMinutes: 180
[Wed Mar 6 2013 13:15:03.642116 3086326640]: LogLevelInventoryLogDump(5)
[Wed Mar 6 2013 13:15:03.642128 3086326640]: UseDummy(1)
[Wed Mar 6 2013 13:15:03.643781 3086326640]: WarExp Reward Control : (NOT USE)
[Wed Mar 6 2013 13:15:03.643815 3086326640]: War Entry Fee ZERO alz: (NOT USE)
[Wed Mar 6 2013 13:15:03.643829 3086326640]: SingleDungeonExpiredMinutes: (10)
[Wed Mar 6 2013 13:15:03.643843 3086326640]: DungeonPauseCooltime(60000)
[Wed Mar 6 2013 13:15:03.643856 3086326640]: UseAlzEarnLimit(0)
[Wed Mar 6 2013 13:15:03.643869 3086326640]: AlzEarnLimitValue(30000000)
[Wed Mar 6 2013 13:15:03.643882 3086326640]: AlzEarnLimitLockHours(24)
[Wed Mar 6 2013 13:15:03.643895 3086326640]: AlzEarnLimitCheckHours(24)
[Wed Mar 6 2013 13:15:03.643908 3086326640]: BotReportCooltime(1800)
[Wed Mar 6 2013 13:15:03.643921 3086326640]: Keep DP Time(10800)
[Wed Mar 6 2013 13:15:03.643934 3086326640]: Max DP Limit(100)
[Wed Mar 6 2013 13:15:03.643948 3086326640]: IsUTS(False)
[Wed Mar 6 2013 13:15:03.643959 3086326640]: first joined usernum from event start is (0)
[Wed Mar 6 2013 13:15:03.643982 3086326640]: Battle3ComboLimitTime(4000)
[Wed Mar 6 2013 13:15:03.643997 3086326640]: Battle3ComboLimitTimeTolerance(2000)
[Wed Mar 6 2013 13:15:03.644022 3086326640]: Extended Alz Mode
[Wed Mar 6 2013 13:15:03.644034 3086326640]: GameGuard disabled version
[Wed Mar 6 2013 13:15:03.644044 3086326640]: APEX disabled version
[Wed Mar 6 2013 13:15:03.644056 3086326640]: XTrap V7 enabled version
[Wed Mar 6 2013 13:15:03.644070 3086326640]: UseImageAuth(Off)
[Wed Mar 6 2013 13:15:03.644115 3086326640]: UseBanSleepUser(On)
[Wed Mar 6 2013 13:15:03.644129 3086326640]: UseGuildExpansion(On)
[Wed Mar 6 2013 13:15:03.644142 3086326640]: AlzTimeout(36000)
[Wed Mar 6 2013 13:15:03.644153 3086326640]: AlzOwnTimeout(30000)
[Wed Mar 6 2013 13:15:03.644166 3086326640]: ItemTimeout(36000)
[Wed Mar 6 2013 13:15:03.644179 3086326640]: ItemOwnTimeout(30000)
[Wed Mar 6 2013 13:15:03.644192 3086326640]: ItemTimeoutInIWar(36000)
[Wed Mar 6 2013 13:15:03.644204 3086326640]: ItemOwnTimeoutInIWar(30000)
[Wed Mar 6 2013 13:15:03.644217 3086326640]: NotVerifiedKickInterval(15000)
[Wed Mar 6 2013 13:15:03.644229 3086326640]: EraseSavedUserPackDataMinutes(5)
[Wed Mar 6 2013 13:15:03.644241 3086326640]: CharacterDeleteLimitLevel (100)
[Wed Mar 6 2013 13:15:03.644255 3086326640]: LimitedBroadCastByLord(false)
[Wed Mar 6 2013 13:15:03.644266 3086326640]: InitEnv END
[Wed Mar 6 2013 13:15:03.644279 3086326640]: RunServer BEGIN
[Wed Mar 6 2013 13:15:03.645287 3086326640]: Local ip = IP.IP.IP.IP.IP (from ini)
[Wed Mar 6 2013 13:15:03.645308 3086326640]: MaxAttackHackTime (15000)
[Wed Mar 6 2013 13:15:03.645321 3086326640]: SpeedHackCheckTime (20000)
[Wed Mar 6 2013 13:15:03.645334 3086326640]: MovingSpeedCheckDistance (100)
[Wed Mar 6 2013 13:15:03.645346 3086326640]: MovingSpeedCheckMagnification (18)
[Wed Mar 6 2013 13:15:03.645589 3086326640]: try listening 38111 port
[Wed Mar 6 2013 13:15:03.645770 3086326640]: try connect 127.0.0.1:38170, Sync
[Wed Mar 6 2013 13:15:03.646111 3086326640]: sock 6 ->LinkHandler Open
[Wed Mar 6 2013 13:15:03.646150 3086326640]: SendIPSConnect2Svr (161:01:01:00)
[Wed Mar 6 2013 13:15:03.646183 3086326640]: waiting for the 'GmsChannelType'
[Wed Mar 6 2013 13:15:03.646295 3085495184]: CProcessLayer(0)::svc Start [3085495184]
[Wed Mar 6 2013 13:15:03.646644 3085495184]: MaxUserNum: 100
[Wed Mar 6 2013 13:15:03.646659 3085495184]: EntryLimitLevel: Base(0), Range(0)
[Wed Mar 6 2013 13:15:03.646671 3085495184]: EntryLimitRank: Base(0), Range(255)
[Wed Mar 6 2013 13:15:03.646706 3085495184]: Daily Quest Reset Time : 2013-03-06 00:00(1362538800)
[Wed Mar 6 2013 13:15:03.646732 3085495184]: OnIPCAdditionalDungeonInstanceCount(): dungeoninstance count is changed : 0 =>0, useCount : 0
[Wed Mar 6 2013 13:15:03.747164 3086326640]: run_event_loop exited. resumeEvent
[Wed Mar 6 2013 13:15:03.747381 3086326640]: try connect 127.0.0.1:38181, Sync
[Wed Mar 6 2013 13:15:03.747784 3086326640]: sock 8 ->LinkHandler Open
[Wed Mar 6 2013 13:15:03.747831 3086326640]: SendIPSConnect2Svr (161:01:01:00)
[Wed Mar 6 2013 13:15:03.747970 3086326640]: try connect 127.0.0.1:38190, Sync
[Wed Mar 6 2013 13:15:03.748136 3086326640]: sock 9 ->LinkHandler Open
[Wed Mar 6 2013 13:15:03.748214 3086326640]: SendIPSConnect2Svr (161:01:01:00)
[Wed Mar 6 2013 13:15:03.748334 3086326640]: try connect 127.0.0.1:38121, Sync
[Wed Mar 6 2013 13:15:03.748606 3086326640]: sock 10 ->LinkHandler Open
[Wed Mar 6 2013 13:15:03.748694 3086326640]: SendIPSConnect2Svr (161:01:01:00)
[Wed Mar 6 2013 13:15:03.748820 3086326640]: try connect 127.0.0.1:38140, Sync
[Wed Mar 6 2013 13:15:03.748955 3086326640]: sock 11 ->LinkHandler Open
[Wed Mar 6 2013 13:15:03.749006 3086326640]: SendIPSConnect2Svr (161:01:01:00)
[Wed Mar 6 2013 13:15:03.749092 3086326640]: try connect 127.0.0.1:38151, Sync
[Wed Mar 6 2013 13:15:03.749239 3086326640]: sock 12 ->LinkHandler Open
[Wed Mar 6 2013 13:15:03.749302 3086326640]: SendIPSConnect2Svr (161:01:01:00)
[Wed Mar 6 2013 13:15:03.749430 3086326640]: try connect 127.0.0.1:38201, Sync
[Wed Mar 6 2013 13:15:03.750061 3086326640]: sock 13 ->LinkHandler Open
[Wed Mar 6 2013 13:15:03.750091 3086326640]: SendIPSConnect2Svr (161:01:01:00)
[Wed Mar 6 2013 13:15:03.751939 3085495184]: no active user command: 4
[Wed Mar 6 2013 13:15:03.764968 3085495184]: Set Initialization Bit(1)
[Wed Mar 6 2013 13:15:03.765032 3085495184]: Check Initialization Bit(18)
[Wed Mar 6 2013 13:15:03.810224 3085495184]: Set Initialization Bit(0)
[Wed Mar 6 2013 13:15:03.810282 3085495184]: Check Initialization Bit(19)
[Wed Mar 6 2013 13:15:04.052394 3086326640]: run_event_loop exited. resumeEvent
[Wed Mar 6 2013 13:15:04.052453 3086326640]: RunServer(): passed waiting profile
[Wed Mar 6 2013 13:15:04.052501 3086326640]: run_event_loop exited. resumeEvent
[Wed Mar 6 2013 13:15:04.052541 3086326640]: RunServer(): waiting for the 'Daily Quest Reset Time'
[Wed Mar 6 2013 13:15:04.093665 3086326640]: Change Nation Need Alz: 10000000
[Wed Mar 6 2013 13:15:04.105142 3086326640]: GuildCreateFee: 10000000
[Wed Mar 6 2013 13:15:04.106687 3086326640]: GuildNameChangeFee: 10000000
[Wed Mar 6 2013 13:15:04.108230 3086326640]: SKill_Balance[Double_Cast]: 80
[Wed Mar 6 2013 13:15:04.124936 3086326640]: change old item to new : (On)
[Wed Mar 6 2013 13:15:04.126745 3086326640]: change weapon item to new : (On)
[Wed Mar 6 2013 13:15:04.266374 3086326640]: GetPathString(): Section /etc/cabal/Data/Mobs.scp
[Wed Mar 6 2013 13:15:04.453185 3086326640]: GetPathString(): Section /etc/cabal/Data/Item.scp
[Wed Mar 6 2013 13:15:04.551889 3086326640]: GetPathString(): Section /etc/cabal/Data/Warp.scp
[Wed Mar 6 2013 13:15:08.344328 3086326640]: try connect 127.0.0.1:38171, Sync
[Wed Mar 6 2013 13:15:08.344531 3086326640]: sock 82 ->LinkHandler Open
[Wed Mar 6 2013 13:15:08.344556 3086326640]: SendIPSConnect2Svr (161:01:01:00)
[Wed Mar 6 2013 13:15:09.686907 2870905744]: CProcessLayer(1)::svc Start [2870905744]
[Wed Mar 6 2013 13:15:09.686979 2860415888]: CProcessLayer(2)::svc Start [2860415888]
[Wed Mar 6 2013 13:15:09.687016 2849926032]: CProcessLayer(3)::svc Start [2849926032]
[Wed Mar 6 2013 13:15:09.687074 2839436176]: CProcessLayer(4)::svc Start [2839436176]
[Wed Mar 6 2013 13:15:09.687110 2828946320]: CProcessLayer(5)::svc Start [2828946320]
[Wed Mar 6 2013 13:15:09.687145 2818456464]: CProcessLayer(6)::svc Start [2818456464]
[Wed Mar 6 2013 13:15:09.687182 2807966608]: CProcessLayer(7)::svc Start [2807966608]
[Wed Mar 6 2013 13:15:09.687218 2797476752]: CProcessLayer(8)::svc Start [2797476752]
[Wed Mar 6 2013 13:15:09.687399 2786986896]: CProcessLayer(9)::svc Start [2786986896]
[Wed Mar 6 2013 13:15:09.687438 2776497040]: CProcessLayer(10)::svc Start [2776497040]
[Wed Mar 6 2013 13:15:09.687475 2766007184]: CProcessLayer(11)::svc Start [2766007184]
[Wed Mar 6 2013 13:15:09.687511 2755517328]: CProcessLayer(13)::svc Start [2755517328]
[Wed Mar 6 2013 13:15:09.687548 2745027472]: CProcessLayer(14)::svc Start [2745027472]
[Wed Mar 6 2013 13:15:09.687584 2734537616]: CProcessLayer(19)::svc Start [2734537616]
[Wed Mar 6 2013 13:15:09.687621 2724047760]: CProcessLayer(20)::svc Start [2724047760]
[Wed Mar 6 2013 13:15:09.687658 2713557904]: CProcessLayer(23)::svc Start [2713557904]
[Wed Mar 6 2013 13:15:09.687701 2703068048]: CProcessLayer(24)::svc Start [2703068048]
[Wed Mar 6 2013 13:15:09.687877 2692578192]: CProcessLayer(25)::svc Start [2692578192]
[Wed Mar 6 2013 13:15:09.687913 2682088336]: CProcessLayer(26)::svc Start [2682088336]
[Wed Mar 6 2013 13:15:09.687947 2671598480]: CProcessLayer(27)::svc Start [2671598480]
[Wed Mar 6 2013 13:15:09.687986 2661108624]: CProcessLayer(28)::svc Start [2661108624]
[Wed Mar 6 2013 13:15:09.688021 2650618768]: CProcessLayer(29)::svc Start [2650618768]
[Wed Mar 6 2013 13:15:09.688060 2640128912]: CProcessLayer(30)::svc Start [2640128912]
[Wed Mar 6 2013 13:15:09.688095 2629639056]: CProcessLayer(32)::svc Start [2629639056]
[Wed Mar 6 2013 13:15:09.688130 2619149200]: CProcessLayer(33)::svc Start [2619149200]
[Wed Mar 6 2013 13:15:09.688164 2608659344]: CProcessLayer(34)::svc Start [2608659344]
[Wed Mar 6 2013 13:15:09.688337 2598169488]: CProcessLayer(35)::svc Start [2598169488]
[Wed Mar 6 2013 13:15:09.688374 2587679632]: CProcessLayer(36)::svc Start [2587679632]
[Wed Mar 6 2013 13:15:09.688409 2577189776]: CProcessLayer(37)::svc Start [2577189776]
[Wed Mar 6 2013 13:15:09.688444 2566699920]: CProcessLayer(38)::svc Start [2566699920]
[Wed Mar 6 2013 13:15:09.688480 2556210064]: CProcessLayer(39)::svc Start [2556210064]
[Wed Mar 6 2013 13:15:09.688525 2545720208]: CProcessLayer(40)::svc Start [2545720208]
[Wed Mar 6 2013 13:15:09.688560 2535230352]: CProcessLayer(41)::svc Start [2535230352]
[Wed Mar 6 2013 13:15:09.688596 2524740496]: CProcessLayer(42)::svc Start [2524740496]
[Wed Mar 6 2013 13:15:09.688631 2514250640]: CProcessLayer(43)::svc Start [2514250640]
[Wed Mar 6 2013 13:15:09.688811 2503760784]: CProcessLayer(44)::svc Start [2503760784]
[Wed Mar 6 2013 13:15:09.688849 2493270928]: CProcessLayer(45)::svc Start [2493270928]
[Wed Mar 6 2013 13:15:09.688885 2482781072]: CProcessLayer(46)::svc Start [2482781072]
[Wed Mar 6 2013 13:15:09.688921 2472291216]: CProcessLayer(47)::svc Start [2472291216]
[Wed Mar 6 2013 13:15:09.688960 2461801360]: CProcessLayer(48)::svc Start [2461801360]
[Wed Mar 6 2013 13:15:09.688995 2451311504]: CProcessLayer(49)::svc Start [2451311504]
[Wed Mar 6 2013 13:15:09.689030 2440821648]: CProcessLayer(50)::svc Start [2440821648]
[Wed Mar 6 2013 13:15:09.689070 2430331792]: CProcessLayer(51)::svc Start [2430331792]
[Wed Mar 6 2013 13:15:09.689106 2419841936]: CProcessLayer(52)::svc Start [2419841936]
[Wed Mar 6 2013 13:15:09.689289 2409352080]: CProcessLayer(53)::svc Start [2409352080]
[Wed Mar 6 2013 13:15:09.689329 2398862224]: CProcessLayer(54)::svc Start [2398862224]
[Wed Mar 6 2013 13:15:09.689372 2388372368]: CProcessLayer(55)::svc Start [2388372368]
[Wed Mar 6 2013 13:15:09.689408 2377882512]: CProcessLayer(56)::svc Start [2377882512]
[Wed Mar 6 2013 13:15:09.689444 2367392656]: CProcessLayer(57)::svc Start [2367392656]
[Wed Mar 6 2013 13:15:09.689480 2356902800]: CProcessLayer(58)::svc Start [2356902800]
[Wed Mar 6 2013 13:15:09.689530 2346412944]: CProcessLayer(59)::svc Start [2346412944]
[Wed Mar 6 2013 13:15:09.689566 2335923088]: CProcessLayer(60)::svc Start [2335923088]
[Wed Mar 6 2013 13:15:09.689604 2325433232]: CProcessLayer(61)::svc Start [2325433232]
[Wed Mar 6 2013 13:15:09.689776 2314943376]: CProcessLayer(62)::svc Start [2314943376]
[Wed Mar 6 2013 13:15:09.689814 2304453520]: CProcessLayer(63)::svc Start [2304453520]
[Wed Mar 6 2013 13:15:09.689853 2293963664]: CProcessLayer(64)::svc Start [2293963664]
[Wed Mar 6 2013 13:15:09.689888 2283473808]: CProcessLayer(65)::svc Start [2283473808]
[Wed Mar 6 2013 13:15:09.689925 2272983952]: CProcessLayer(66)::svc Start [2272983952]
[Wed Mar 6 2013 13:15:09.689960 2262494096]: CProcessLayer(67)::svc Start [2262494096]
[Wed Mar 6 2013 13:15:09.689995 2252004240]: CProcessLayer(68)::svc Start [2252004240]
[Wed Mar 6 2013 13:15:09.690031 2241514384]: CProcessLayer(69)::svc Start [2241514384]
[Wed Mar 6 2013 13:15:09.690075 2231024528]: CProcessLayer(70)::svc Start [2231024528]
[Wed Mar 6 2013 13:15:09.690210 3086326640]: Request LastNationRewardWarResults
[Wed Mar 6 2013 13:15:09.690229 3086326640]: Set Initialization Bit(3)
[Wed Mar 6 2013 13:15:09.690241 3086326640]: Check Initialization Bit(27)
[Wed Mar 6 2013 13:15:09.690252 3086326640]: waiting for the 'Initialization'
[Wed Mar 6 2013 13:15:09.690346 2220534672]: CProcessLayer(71)::svc Start [2220534672]
[Wed Mar 6 2013 13:15:09.690380 2210044816]: CProcessLayer(72)::svc Start [2210044816]
[Wed Mar 6 2013 13:15:09.690415 2199554960]: CProcessLayer(74)::svc Start [2199554960]
[Wed Mar 6 2013 13:15:09.690451 2189065104]: CProcessLayer(75)::svc Start [2189065104]
[Wed Mar 6 2013 13:15:09.690489 2178575248]: CProcessLayer(76)::svc Start [2178575248]
[Wed Mar 6 2013 13:15:09.690524 2168085392]: CProcessLayer(77)::svc Start [2168085392]
[Wed Mar 6 2013 13:15:09.714587 3085495184]: Set Initialization Bit(2)
[Wed Mar 6 2013 13:15:09.714615 3085495184]: Check Initialization Bit(31)
[Wed Mar 6 2013 13:15:09.714628 3085495184]: Complete Channel Initialization
[Wed Mar 6 2013 13:15:09.796592 3086326640]: run_event_loop exited. resumeEvent
[Wed Mar 6 2013 13:15:09.797811 3086326640]: CheckWarp(): Warp.scp worldIndx(6), (X:486,Y:0) is impossible Warp point
[Wed Mar 6 2013 13:15:09.797852 3086326640]: CheckWarp(): Warp.scp worldIndx(6), (X:486,Y:3) is impossible Warp point
[Wed Mar 6 2013 13:15:09.969684 3086326640]: Complete Loading Data
[Wed Mar 6 2013 13:15:19.180738 3085495184]: Request LastNationRewardWarResults
[Wed Mar 6 2013 13:15:29.320999 3085495184]: System Message: UserNum(5), MsgType(1)
[Wed Mar 6 2013 13:15:32.680831 3085495184]: UpdateFirstJoinedUserNum(): first joined userNum has changed. before(0), after(3)
[Wed Mar 6 2013 13:15:34.714701 3085495184]: Request LastNationRewardWarResults
[Wed Mar 6 2013 13:15:43.407212 3086326640]: success accept 83(177.40.21.224:55331)
[Wed Mar 6 2013 13:15:43.407461 3086326640]: 1.open user 83 [B725C10] (177.40.21.224)
[Wed Mar 6 2013 13:15:50.246604 3085495184]: Request LastNationRewardWarResults
[Wed Mar 6 2013 13:15:57.183989 2849926032]: [RANK LIMIT] characterIdx (40) set to Novice, type BattleStyleLev
[Wed Mar 6 2013 13:15:57.187328 2849926032]: GetInitializePacket(): breaklee Dirty Event : 0
[Wed Mar 6 2013 13:16:01.965195 3085495184]: [EMS] Event(1255) Begin / Type(1), BeginDate: Sat Mar 2 18:35:53 2013
[Wed Mar 6 2013 13:16:01.965306 3085495184]: [EMS] Event(1255) Begin / Type(1), EndDate: Sun Nov 17 11:00:00 2013
[Wed Mar 6 2013 13:16:01.966357 3085495184]: [EMS] Event(1255) Common Data Update
[Wed Mar 6 2013 13:16:01.966438 3085495184]: [EMS][EventItem] (0) Items.
[Wed Mar 6 2013 13:16:01.966484 3085495184]: [EMS][NPCScript] (2) Scripts.
[Wed Mar 6 2013 13:16:01.966524 3085495184]: [EMS][NPCShop] (0) Items
[Wed Mar 6 2013 13:16:01.966562 3085495184]: [EMS][LotteryItem] LotteryItemPool has (0) Items.
[Wed Mar 6 2013 13:16:01.966602 3085495184]: [EMS][EventCrafts] TFormulaCard has (0) Items.
[Wed Mar 6 2013 13:16:01.966692 3085495184]: [EMS][EventCrafts] TRecipePool has (0) Items.
[Wed Mar 6 2013 13:16:01.966740 3085495184]: [EMS] Event(1255) Specific Data Update
[Wed Mar 6 2013 13:16:02.021846 3085495184]: [EMS][MonsterSpawn] Load Monster(ID:0, Species:761) In the World(1:147,24)
[Wed Mar 6 2013 13:16:02.021929 3085495184]: [EMS][MonsterSpawn] Load Monster(ID:1, Species:761) In the World(2:149,223)
[Wed Mar 6 2013 13:16:02.021958 3085495184]: [EMS][MonsterSpawn] Load Monster(ID:2, Species:761) In the World(3:199,187)
[Wed Mar 6 2013 13:16:02.021980 3085495184]: [EMS][MonsterSpawn] Load Monster(ID:3, Species:762) In the World(4:63,39)
[Wed Mar 6 2013 13:16:02.022009 3085495184]: [EMS][MonsterSpawn] Load Monster(ID:4, Species:763) In the World(5:125,90)
[Wed Mar 6 2013 13:16:02.022030 3085495184]: [EMS][MonsterSpawn] Load Monster(ID:5, Species:764) In the World(6:89,113)
[Wed Mar 6 2013 13:16:02.022051 3085495184]: [EMS][MonsterSpawn] Load Monster(ID:6, Species:764) In the World(7:18,101)
[Wed Mar 6 2013 13:16:02.022080 3085495184]: [EMS][MonsterSpawn] Load Monster(ID:7, Species:764) In the World(8:207,223)
[Wed Mar 6 2013 13:16:02.022105 3085495184]: [EMS][MonsterSpawn] Load Monster(ID:8, Species:764) In the World(9:26,217)
[Wed Mar 6 2013 13:16:02.022128 3085495184]: [EMS][MonsterSpawn] Load Monster(ID:9, Species:764) In the World(10:165,130)
[Wed Mar 6 2013 13:16:02.022905 3085495184]: [EMS] Event(1255) Specific Data Update Done
[Wed Mar 6 2013 13:16:02.022966 3085495184]: [EMS] Event(1254) Begin / Type(2), BeginDate: Sat Mar 2 18:35:53 2013
[Wed Mar 6 2013 13:16:02.022985 3085495184]: [EMS] Event(1254) Begin / Type(2), EndDate: Sun Nov 17 11:00:00 2013
[Wed Mar 6 2013 13:16:02.022998 3085495184]: [EMS] Event(1254) Common Data Update
[Wed Mar 6 2013 13:16:02.023013 3085495184]: [EMS][EventItem] (7) Items.
[Wed Mar 6 2013 13:16:02.023026 3085495184]: [EMS][NPCScript] (2) Scripts.
[Wed Mar 6 2013 13:16:02.023039 3085495184]: [EMS][NPCShop] (2) Items
[Wed Mar 6 2013 13:16:02.023055 3085495184]: [EMS][LotteryItem] LotteryItemPool has (32) Items.
[Wed Mar 6 2013 13:16:02.023070 3085495184]: [EMS][EventCrafts] TFormulaCard has (2) Items.
[Wed Mar 6 2013 13:16:02.023082 3085495184]: [EMS][EventCrafts] TRecipePool has (2) Items.
[Wed Mar 6 2013 13:16:02.023097 3085495184]: [EMS] Event(1254) Specific Data Update
[Wed Mar 6 2013 13:16:02.023114 3085495184]: [EMS] Event(1254) Specific Data Update Done
[Wed Mar 6 2013 13:16:02.023153 3085495184]: [EMS] Event(1) Begin / Type(2), BeginDate: Sat Mar 2 18:35:53 2013
[Wed Mar 6 2013 13:16:02.023172 3085495184]: [EMS] Event(1) Begin / Type(2), EndDate: Sun Nov 17 11:00:00 2013
[Wed Mar 6 2013 13:16:02.023186 3085495184]: [EMS] Event(1) Common Data Update
[Wed Mar 6 2013 13:16:02.023198 3085495184]: [EMS][EventItem] (0) Items.
[Wed Mar 6 2013 13:16:02.023209 3085495184]: [EMS][NPCScript] (0) Scripts.
[Wed Mar 6 2013 13:16:02.023221 3085495184]: [EMS][NPCShop] (0) Items
[Wed Mar 6 2013 13:16:02.023232 3085495184]: [EMS][LotteryItem] LotteryItemPool has (0) Items.
[Wed Mar 6 2013 13:16:02.023244 3085495184]: [EMS][EventCrafts] TFormulaCard has (0) Items.
[Wed Mar 6 2013 13:16:02.023255 3085495184]: [EMS][EventCrafts] TRecipePool has (0) Items.
[Wed Mar 6 2013 13:16:02.023268 3085495184]: [EMS] Event(1) Specific Data Update
[Wed Mar 6 2013 13:16:02.023281 3085495184]: [EMS][ItemCollecting] Item(Kind:1561, Opt:1, Rate:4.000000) will drop Region(-4119).
[Wed Mar 6 2013 13:16:02.023309 3085495184]: [EMS][ItemCollecting] Item(Kind:1707, Opt:1, Rate:4.000000) will drop Region(-4117).
[Wed Mar 6 2013 13:16:02.023324 3085495184]: [EMS][ItemCollecting] Item(Kind:1713, Opt:0, Rate:4.000000) will drop Region(-4118).
[Wed Mar 6 2013 13:16:02.023338 3085495184]: [EMS][ItemCollecting] Item(Kind:1707, Opt:0, Rate:4.000000) will drop Region(-4124).
[Wed Mar 6 2013 13:16:02.023352 3085495184]: [EMS] Event(1) Specific Data Update Done
[Wed Mar 6 2013 13:16:03.190731 3085495184]: GetInitializePacket(): breaklee Dirty Event : 1
[Wed Mar 6 2013 13:16:03.190878 3085495184]: [EMS] Event Information Update BroadCasting.
[Wed Mar 6 2013 13:16:05.783547 3085495184]: Request LastNationRewardWarResults
[Wed Mar 6 2013 13:16:07.003377 2849926032]: GetInitializePacket(): breaklee NOT Dirty Event : 1
[Wed Mar 6 2013 13:16:10.521100 2849926032]: GetInitializePacket(): breaklee NOT Dirty Event : 1
[Wed Mar 6 2013 13:16:11.644753 2849926032]: GetInitializePacket(): breaklee NOT Dirty Event : 1
[Wed Mar 6 2013 13:16:12.225312 2849926032]: GetInitializePacket(): breaklee NOT Dirty Event : 1
[Wed Mar 6 2013 13:16:12.565685 2849926032]: GetInitializePacket(): breaklee NOT Dirty Event : 1
[Wed Mar 6 2013 13:16:14.598076 2849926032]: GetInitializePacket(): breaklee NOT Dirty Event : 1
[Wed Mar 6 2013 13:16:21.315472 3085495184]: Request LastNationRewardWarResults
[Wed Mar 6 2013 13:16:36.846582 3085495184]: Request LastNationRewardWarResults
[Wed Mar 6 2013 13:16:52.386242 3085495184]: Request LastNationRewardWarResults
[Wed Mar 6 2013 13:17:07.916770 3085495184]: Request LastNationRewardWarResults
[Wed Mar 6 2013 13:17:23.447065 3085495184]: Request LastNationRewardWarResults
[Wed Mar 6 2013 13:17:38.981862 3085495184]: Request LastNationRewardWarResults
[Wed Mar 6 2013 13:17:54.515831 3085495184]: Request LastNationRewardWarResults
[Wed Mar 6 2013 13:18:10.049107 3085495184]: Request LastNationRewardWarResults
[Wed Mar 6 2013 13:18:25.584156 3085495184]: Request LastNationRewardWarResults
[Wed Mar 6 2013 13:18:41.115004 3085495184]: Request LastNationRewardWarResults
[Wed Mar 6 2013 13:18:56.647776 3085495184]: Request LastNationRewardWarResults
[Wed Mar 6 2013 13:19:12.183932 3085495184]: Request LastNationRewardWarResults
[Wed Mar 6 2013 13:19:27.714662 3085495184]: Request LastNationRewardWarResults
[Wed Mar 6 2013 13:19:43.249939 3085495184]: Request LastNationRewardWarResults
[Wed Mar 6 2013 13:19:58.783110 3085495184]: Request LastNationRewardWarResults
[Wed Mar 6 2013 13:20:14.315385 3085495184]: Request LastNationRewardWarResults
[Wed Mar 6 2013 13:20:29.850331 3085495184]: Request LastNationRewardWarResults
[Wed Mar 6 2013 13:20:45.383470 3085495184]: Request LastNationRewardWarResults
[Wed Mar 6 2013 13:21:00.917140 3085495184]: Request LastNationRewardWarResults
[Wed Mar 6 2013 13:21:16.449040 3085495184]: Request LastNationRewardWarResults
[Wed Mar 6 2013 13:21:31.984535 3085495184]: Request LastNationRewardWarResults
[Wed Mar 6 2013 13:21:47.517739 3085495184]: Request LastNationRewardWarResults
[Wed Mar 6 2013 13:22:03.051231 3085495184]: Request LastNationRewardWarResults
[Wed Mar 6 2013 13:22:18.583870 3085495184]: Request LastNationRewardWarResults
[Wed Mar 6 2013 13:22:34.118042 3085495184]: Request LastNationRewardWarResults
[Wed Mar 6 2013 13:22:49.652710 3085495184]: Request LastNationRewardWarResults
[Wed Mar 6 2013 13:23:04.905562 2849926032]: GetInitializePacket(): breaklee NOT Dirty Event : 1
[Wed Mar 6 2013 13:23:05.186381 3085495184]: Request LastNationRewardWarResults
[Wed Mar 6 2013 13:23:05.589190 2849926032]: GetInitializePacket(): breaklee NOT Dirty Event : 1
[Wed Mar 6 2013 13:23:05.924126 2849926032]: GetInitializePacket(): breaklee NOT Dirty Event : 1
[Wed Mar 6 2013 13:23:20.717566 3085495184]: Request LastNationRewardWarResults
[Wed Mar 6 2013 13:23:36.253126 3085495184]: Request LastNationRewardWarResults
[Wed Mar 6 2013 13:23:51.785812 3085495184]: Request LastNationRewardWarResults
[Wed Mar 6 2013 13:24:07.317117 3085495184]: Request LastNationRewardWarResults
[Wed Mar 6 2013 13:24:22.851805 3085495184]: Request LastNationRewardWarResults
[Wed Mar 6 2013 13:24:38.384757 3085495184]: Request LastNationRewardWarResults
[Wed Mar 6 2013 13:24:45.878102 2849926032]: Uninitialize Succeed Character UserNum(5).
[Wed Mar 6 2013 13:24:52.160182 3086326640]: sock 83=> close by finish waiting(177.40.21.224)
[Wed Mar 6 2013 13:24:52.160433 3086326640]: 1.close user 83 [B725C10] (177.40.21.224)
[Wed Mar 6 2013 13:24:53.920218 3085495184]: Request LastNationRewardWarResults
[Wed Mar 6 2013 13:25:09.452156 3085495184]: Request LastNationRewardWarResults
[Wed Mar 6 2013 13:25:24.602857 3086326640]: success accept 83(177.40.21.224:55381)
[Wed Mar 6 2013 13:25:24.603073 3086326640]: 1.open user 83 [B725C10] (177.40.21.224)
[Wed Mar 6 2013 13:25:24.986193 3085495184]: Request LastNationRewardWarResults
[Wed Mar 6 2013 13:25:29.554269 2849926032]: [RANK LIMIT] characterIdx (40) set to Novice, type BattleStyleLev
[Wed Mar 6 2013 13:25:29.556313 2849926032]: GetInitializePacket(): breaklee NOT Dirty Event : 1
[Wed Mar 6 2013 13:25:40.029167 2849926032]: GetInitializePacket(): breaklee NOT Dirty Event : 1
[Wed Mar 6 2013 13:25:40.520993 3085495184]: Request LastNationRewardWarResults
[Wed Mar 6 2013 13:25:40.835661 2849926032]: GetInitializePacket(): breaklee NOT Dirty Event : 1
[Wed Mar 6 2013 13:25:41.207581 2849926032]: GetInitializePacket(): breaklee NOT Dirty Event : 1
[Wed Mar 6 2013 13:25:41.870496 2849926032]: GetInitializePacket(): breaklee NOT Dirty Event : 1
[Wed Mar 6 2013 13:25:42.396577 2849926032]: GetInitializePacket(): breaklee NOT Dirty Event : 1
[Wed Mar 6 2013 13:25:56.054098 3085495184]: Request LastNationRewardWarResults
[Wed Mar 6 2013 13:26:06.205642 2849926032]: GetInitializePacket(): breaklee NOT Dirty Event : 1
[Wed Mar 6 2013 13:26:07.070294 2849926032]: GetInitializePacket(): breaklee NOT Dirty Event : 1
[Wed Mar 6 2013 13:26:11.587166 3085495184]: Request LastNationRewardWarResults
[Wed Mar 6 2013 13:26:27.120079 3085495184]: Request LastNationRewardWarResults
[Wed Mar 6 2013 13:26:42.653410 3085495184]: Request LastNationRewardWarResults
[Wed Mar 6 2013 13:26:58.186980 3085495184]: Request LastNationRewardWarResults
WorldSvr_xx_xx.log ?
my log world
[EMS] Event(1) Common Data Update
[EMS][EventItem] (7) Items.
[EMS][NPCScript] (4) Scripts.
[EMS][NPCShop] (2) Items
[EMS][LotteryItem] LotteryItemPool has (32) Items.
[EMS][EventCrafts] TFormulaCard has (2) Items.
[EMS][EventCrafts] TRecipePool has (2) Items.
[EMS] Event(1) Specific Data Update
[EMS][MonsterSpawn] Load Monster(ID:0, Species:761) In the World(1:147,24)
[EMS][MonsterSpawn] Load Monster(ID:1, Species:761) In the World(2:149,223)
[EMS][MonsterSpawn] Load Monster(ID:2, Species:761) In the World(3:199,187)
[EMS][MonsterSpawn] Load Monster(ID:3, Species:762) In the World(4:63,39)
[EMS][MonsterSpawn] Load Monster(ID:4, Species:763) In the World(5:125,90)
[EMS][MonsterSpawn] Load Monster(ID:5, Species:764) In the World(6:89,113)
[EMS][MonsterSpawn] Load Monster(ID:6, Species:764) In the World(7:18,101)
[EMS][MonsterSpawn] Load Monster(ID:7, Species:764) In the World(8:207,223)
[EMS][MonsterSpawn] Load Monster(ID:8, Species:764) In the World(9:26,217)
[EMS][MonsterSpawn] Load Monster(ID:9, Species:764) In the World(10:165,130)
[EMS] Event(1) Specific Data Update Done
in my logs show "breaklee" but i'm using "husky" :S
breaklee Event not client
Complete Loading Data
GetInitializePacket(): breaklee Dirty Event : 1
[EMS] Event Information Update BroadCasting.
something is wrong with the NPC
Hefajstos turn on GaduGadu :D
i'm using cabalmain 374 no check xdata, maybe can be this my error, or someplace in client?
Quote:
@echo off
start CabalMain.exe husky
exit
EDIT
Stricted
i already to itbefore with my EventDataand not work, no i do it with backup provide here and work
BUT!Quote:
in cabal_ems_event_table -> eventid1 -> worldindex=1 and npcid=10 change to worldindex=3 and npcid=49 i test it now :D
Now i'm able to click in NPC Yul but haven't Event list :?:
i know i tested T-point NPC and craftsmanQuote:
in cabal_ems_event_table -> eventid1 -> worldindex=1 and npcid=10 change to worldindex=3 and npcid=49 i test it now :D
hefajstos
Can you tell me/upload your client
i use Global EU and Path Mystery and any CabalMain
currently egarena client
ok, this need to be re-updated
I have saved the topic, check what is missing.
Multiupload.nl - upload your files to multiple file hosting sites!
Whats Event 4 & 5? Does Anyone Knows What Is The Corresponding List Of Codes To be Entered In The Tables?!...
Thanks!
so sup wid "no eventlist" on yul? any fix for that?
Yep this event things is very nice play :D All of my player name gone to green color except mine :D
but my eventlist not work yet but im try to figure out...
Still does not work
anyone know what it does not work?
my bat file
Code:@echo off
start cabalmain.exe husky
exit
My Log...
GetInitializePacket(): breaklee NOT Dirty Event : 1
GetInitializePacket(): breaklee NOT Dirty Event : 1
GetInitializePacket(): breaklee NOT Dirty Event : 1
GetInitializePacket(): breaklee NOT Dirty Event : 1
GetInitializePacket(): breaklee NOT Dirty Event : 1
GetInitializePacket(): breaklee NOT Dirty Event : 1
GetInitializePacket(): breaklee NOT Dirty Event : 1
GetInitializePacket(): breaklee NOT Dirty Event : 1
GetInitializePacket(): breaklee NOT Dirty Event : 1
GetInitializePacket(): breaklee NOT Dirty Event : 1
GetInitializePacket(): breaklee NOT Dirty Event : 1
GetInitializePacket(): breaklee NOT Dirty Event : 1
GetInitializePacket(): breaklee NOT Dirty Event : 1
Gz Revy! After click 2x NExt getting crash? i have reached until this but got crash after clicking 2x Next
Revy, will u tell us how you do it?
event girl yul click nothing happen;;
share knowhow
revy, please share your cabalmain & language.enc, i guest you have a right cabalmain & did resolve the yul event
could you share what you fix/modify ?
@Revy You should release here how you did it. After all you wouldn't have had it in the first place if the thread owner didn't release it...
anybody has a fix db for this eventdata, please share it...
Yay i fixed long time ago but i thinked all get it ... it so easy
Search forAttachment 126777
Then
Attachment 126778
:scared:
I just need to know how to put the list of event within the NPC
Revy would you be so nice to relase the fix for that ? :)
gonna try this
T-Point Shop is easy... Yul wont be released by anyone i think so.
No one? All are busy lately showing off with "Biber" free files. (which after all , all of these wouldn't be possible)
we need a serious moderator. I'm tired of all the showing of replies.
so you succeed, please have a cookie
Haha, yes. I miss the TDP team bich slappin some of those mofos. :lol:
Im sry, those images are very inspiring but on the other hand some of them are also very annoying in a way that they are presented.
Ever since EP8 If only some of the image posting geniuses would read the rules then they would find the following,
This forum is not here for you to brag about what you have and others don't. If you feel it necessary to enlarge your ego, do it somewhere else. Similarly, if you feel the need to prove a point to someone by posting screenshots of your work in response to one of their posts, do it in a PM. Nobody cares if you can do this or you can do that. The chances are that you won't share your work with the community that made it possible. This is a sad fact of life, and one that I am very disappointed with. Hopefully, this will change one day.
Together with other useful ideas which are enlisted and stickied in multilingual support, http://forum.ragezone.com/f451/cabal...-rules-724310/ :thumbup:
So post number 91 and nothing new is sad.
It's a sad fact of this forum is working so few people here really do not need a genius to get something done enough to sacrifice a little patience and time.
I know it is difficult to do something out of nothing but there are people who will help each small suggestion can steer the right way of thinking. I am in search of an answer to SQL errors have searched the whole google learners still something new and I think that too many people can do that and not have to write post for post.
sorry for my english
Google Translator
Just follow the example of Justin Bieber, and release that ! I don't think the files where made public for such things, he wanted to see development on this, not meaningless show off.
log o meu erro é que ele diz que to usando breakel e não, estou to usando husky no start.bat
################################################################
My error log is that it says to using breakel and no, I'm using to husky in Star.bat
Work 90 %
Attachment 127642Attachment 127643
Nice bro, you're almost done with your work. Hopefully you will be the one to share to us on how to enable the Nation Bar and the Event Notice before it will be started. I don't think Spyke will share it.
Edit: What does this mean, is this for LS4 Saint's Calibur Event? or you mean the YUL npc event?
Hi,
I'm trying to look into log, can I say that as long as we get rid of this issue 'GetInitializePacket(): breaklee NOT Dirty Event : 1' we are almost there?
Great work!
i have one question other language support like your tai language
how can i fix that?
nice word
คนไทยไม่ไร้น้ำใจ " " อย่าลืมว่าเราเติบโตมาจากที่นี่ =
Thailand is a generous person," "Do not forget that we grow from here
Member Req Delete *I'm honored
Thailand some people. Sake. He will not share any data.
He was the recipient and he never gave.
And they despise.
It is a condition between me and my friends.
I using all people to the game so husky and yet still showing me this message:
"GetInitializePacket (): breaklee NOT Dirty Event: 1"
"GetInitializePacket (): breaklee NOT Dirty Event: 1"
How can I do to fix this?
the problem that the npc not work is client side, right?
I checked all the logs and can not find any clues. Are you saying that is solved by setting the DB?
Supposedly you only need to make changes to the DB, yes.
Edit DB only :thumbup:
has to do with missing procedures or tables? i see there is no cabal_ems_stat_itemdrop_table or cabal_ems_stat_monster_spawn_table used by [cabal_sp_ems_stat_itemdrop] and [cabal_sp_ems_stat_monster_spawn] respectively
Thanks for the tips, gonna to try later
Success Goal Event Testing * Edit And Fix 2 Day :D:
Attachment 128218Attachment 128219Attachment 128222
As well edirando the database can fix the error event?
except for that error "
"GetInitializePacket (): breaklee NOT Dirty Event: 1"
"GetInitializePacket (): breaklee NOT Dirty Event: 1"
Let's do the test then :)
===========================Editado==================
aff already edited the entire DB from beginning to end and even then will not the same message is persistent:
[Sun Apr 21 2013 12:30:57.152238 3077696368]: [EMS] Event (1255) Common Data Update
[Sun Apr 21 2013 12:30:57.152287 3077696368]: [EMS] [EventItem] (0) Items.
[Sun Apr 21 2013 12:30:57.152309 3077696368]: [EMS] [NPCScript] (3) Scripts.
[Sun Apr 21 2013 12:30:57.152330 3077696368]: [EMS] [NPCShop] (0) Items
[Sun Apr 21 2013 12:30:57.152351 3077696368]: [EMS] [LotteryItem] LotteryItemPool has (0) Items.
[Sun Apr 21 2013 12:30:57.152373 3077696368]: [EMS] [EventCrafts] TFormulaCard has (0) Items.
[Sun Apr 21 2013 12:30:57.152395 3077696368]: [EMS] [EventCrafts] TRecipePool has (0) Items.
[Sun Apr 21 2013 12:30:57.152418 3077696368]: [EMS] Event (1255) Specific Date Update
[Sun Apr 21 2013 12:30:57.152439 3077696368]: [EMS] Event (1255) Specific Date Update Done
[Sun Apr 21 2013 12:30:57.152485 3077696368]: UpdateFirstJoinedUserNum (): first joined UserNum has changed. before (0), after (3)
[Sun Apr 21 2013 12:31:03.880130 3077696368]: GetInitializePacket (): breaklee Dirty Event: 1
[Sun Apr 21 2013 12:31:03.880234 3077696368]: [EMS] Event Information Update BroadCasting.
[Sun Apr 21 2013 12:31:03.880420 3077696368]: Request LastNationRewardWarResults
[Sun Apr 21 2013 12:31:20.958334 2837797744]: GetInitializePacket (): breaklee NOT Dirty Event: 1
[Sun Apr 21 2013 12:31:21.393465 2837797744]: GetInitializePacket (): breaklee NOT Dirty Event: 1
[Sun Apr 21 2013 12:31:23.674964 2837797744]: GetInitializePacket (): breaklee NOT Dirty Event: 1
[Sun Apr 21 2013 12:31:24.136732 2837797744]: GetInitializePacket (): breaklee NOT Dirty Event: 1
[Sun Apr 21 2013 12:31:39.873589 2837797744]: GetInitializePacket (): breaklee NOT Dirty Event: 1
[Sun Apr 21 2013 12:31:40.412608 2837797744]: GetInitializePacket (): breaklee NOT Dirty Event: 1
[Sun Apr 21 2013 12:32:03.870692 3077696368]: Request LastNationRewardWarResults
Just fix these event database
And you need to understand the work
I believe that you can
thank GODSKIN
more my biggest problem is not to fix it even managing not understand much about database
could send me your log to be able to analyze
GODSKIN can you PM me how you did +13 Evolution event? That is if +13 than will be pernament situation?
I can not understand ..... by my server log is almost equal to its yet the NPC event not fuinciona ...
This NPC is already giving me a headache
To starting to get mad so much tweak this database :(
my God gives me a light :)
God damn it, its so damny easy, its only required to add somethin in event database and after that to edit a value.><.
Instead of repeating that it is so damn easy over and over either give out some tips to those who could use it or don't post at all.
Sometimes the simplest of tips can make a big difference for someone.
It's easy when you already understand it, thats the point of research and learning ...
u dont need to add anything to the database if u use hefasto's backup. Just need to do the value thing u said, the rest is already done on that backup.
====================================Allocen==================
Dear allocen the problem is that my friend already dicionei everything had to add yet the resultador is the same
===================================SpeedDevil =====================
Thank SpeedDevil for me to understand,
Also think it would be easier.
Think of me, You are right that many of vocêis learned alone ... most actually was the point of you doubt, doubt that you often do not know and ask for help and advice is not wrong ...
Wrong to deny those who need the help will ... Do not do what they did to you when you had doubts