try to fix my action slot to rotate
im trying to fix my action slot ... but when i add this
ProjectCmn.cpp
Code:
#if __VER >= 19
prop.bCanUseActionSlot = scanner.GetNumber();
#endif//__VER >= 19
ProjetCmn.h
Code:
#if __VER >= 19
BOOL bCanUseActionSlot;
#endif
i got this error
Code:
2016/10/19 02:54:09 propSkill.txt ID:0 last_read(ID:1 name:Clean Hit)
2016/10/19 02:54:16 propSkill.txt ID:0 last_read(ID:1 name:Clean Hit)
2016/10/19 02:54:17 propTroupeSkill.txt ID:0 last_read(ID:1 name:Call Out)
2016/10/19 02:54:17 Out of Skill Level Range -> CMonsterSkill::LoadScript() - 965, SI_BIL_PST_ASALRAALAIKUM, 2
2016/10/19 02:54:17 Out of Skill Level Range -> CMonsterSkill::LoadScript() - 965, SI_ELE_EARTH_EARTHQUAKE, 5
2016/10/19 02:54:17 Out of Skill Level Range -> CMonsterSkill::LoadScript() - 965, SI_ELE_ELECTRICITY_ELETRICSHOCK, 10
2016/10/19 02:54:17 Out of Skill Level Range -> CMonsterSkill::LoadScript() - 965, SI_MAG_EARTH_SPIKESTONE, 1
2016/10/19 02:54:17 Out of Skill Level Range -> CMonsterSkill::LoadScript() - 965, SI_ELE_WATER_POISONCLOUD, 10
2016/10/19 02:54:17 Out of Skill Level Range -> CMonsterSkill::LoadScript() - 965, SI_PSY_PSY_PSYCHICBOMB, 10
2016/10/19 02:54:17 Out of Skill Level Range -> CMonsterSkill::LoadScript() - 965, SI_MAG_EARTH_SPIKESTONE, 1
2016/10/19 02:54:17 Out of Skill Level Range -> CMonsterSkill::LoadScript() - 965, SI_ACR_YOYO_DEADLYSWING, 20
2016/10/19 02:54:17 Out of Skill Level Range -> CMonsterSkill::LoadScript() - 965, SI_ACR_YOYO_PULLING, 20
2016/10/19 02:54:17 Out of Skill Level Range -> CMonsterSkill::LoadScript() - 965, SI_JST_HERO_SILENCE, 1
2016/10/19 02:54:17 Out of Skill Level Range -> CMonsterSkill::LoadScript() - 965, SI_MAG_EARTH_LOOTING, 20
2016/10/19 02:54:17 Out of Skill Level Range -> CMonsterSkill::LoadScript() - 957, SI_MAG_EARTH_SPIKESTONE, 1
2016/10/19 02:54:17 Out of Skill Level Range -> CMonsterSkill::LoadScript() - 1075, SI_BIL_HERO_DISENCHANT, 5
2016/10/19 02:54:17 Out of Skill Level Range -> CMonsterSkill::LoadScript() - 1075, SI_ELE_EARTH_EARTHQUAKE, 5
2016/10/19 02:54:17 Out of Skill Level Range -> CMonsterSkill::LoadScript() - 1075, SI_ELE_ELECTRICITY_ELETRICSHOCK, 10
2016/10/19 02:54:17 Out of Skill Level Range -> CMonsterSkill::LoadScript() - 1075, SI_MAG_EARTH_SPIKESTONE, 1
2016/10/19 02:54:17 Out of Skill Level Range -> CMonsterSkill::LoadScript() - 1075, SI_ELE_WATER_POISONCLOUD, 10
2016/10/19 02:54:17 Out of Skill Level Range -> CMonsterSkill::LoadScript() - 1075, SI_PSY_PSY_PSYCHICBOMB, 10
2016/10/19 02:54:17 Out of Skill Level Range -> CMonsterSkill::LoadScript() - 1075, SI_MAG_EARTH_SPIKESTONE, 1
2016/10/19 02:54:17 Out of Skill Level Range -> CMonsterSkill::LoadScript() - 1075, SI_ACR_YOYO_DEADLYSWING, 20
2016/10/19 02:54:17 Out of Skill Level Range -> CMonsterSkill::LoadScript() - 1075, SI_ACR_YOYO_PULLING, 20
2016/10/19 02:54:17 Out of Skill Level Range -> CMonsterSkill::LoadScript() - 1075, SI_JST_HERO_SILENCE, 1
2016/10/19 02:54:17 Out of Skill Level Range -> CMonsterSkill::LoadScript() - 1075, SI_MAG_EARTH_LOOTING, 20
2016/10/19 02:54:17 Out of Skill Level Range -> CMonsterSkill::LoadScript() - 1089, SI_BIL_HERO_DISENCHANT, 5
2016/10/19 02:54:17 Out of Skill Level Range -> CMonsterSkill::LoadScript() - 1089, SI_ELE_EARTH_EARTHQUAKE, 5
2016/10/19 02:54:17 Out of Skill Level Range -> CMonsterSkill::LoadScript() - 1089, SI_ELE_ELECTRICITY_ELETRICSHOCK, 10
2016/10/19 02:54:17 Out of Skill Level Range -> CMonsterSkill::LoadScript() - 1089, SI_MAG_EARTH_SPIKESTONE, 1
2016/10/19 02:54:17 Out of Skill Level Range -> CMonsterSkill::LoadScript() - 1089, SI_ELE_WATER_POISONCLOUD, 10
2016/10/19 02:54:17 Out of Skill Level Range -> CMonsterSkill::LoadScript() - 1089, SI_PSY_PSY_PSYCHICBOMB, 5
2016/10/19 02:54:17 Out of Skill Level Range -> CMonsterSkill::LoadScript() - 1089, SI_MAG_EARTH_SPIKESTONE, 1
2016/10/19 02:54:17 Out of Skill Level Range -> CMonsterSkill::LoadScript() - 1089, SI_ACR_YOYO_DEADLYSWING, 20
2016/10/19 02:54:17 Out of Skill Level Range -> CMonsterSkill::LoadScript() - 1089, SI_ACR_YOYO_PULLING, 20
2016/10/19 02:54:17 Out of Skill Level Range -> CMonsterSkill::LoadScript() - 1089, SI_JST_HERO_SILENCE, 1
2016/10/19 02:54:17 Out of Skill Level Range -> CMonsterSkill::LoadScript() - 1089, SI_MAG_EARTH_LOOTING, 20
2016/10/19 02:54:17 Out of Skill Level Range -> CMonsterSkill::LoadScript() - 1112, SI_BIL_HERO_DISENCHANT, 5
2016/10/19 02:54:17 Out of Skill Level Range -> CMonsterSkill::LoadScript() - 1112, SI_MAG_EARTH_SPIKESTONE, 20
2016/10/19 02:54:17 Out of Skill Level Range -> CMonsterSkill::LoadScript() - 1118, SI_BIL_HERO_DISENCHANT, 5
2016/10/19 02:54:17 Out of Skill Level Range -> CMonsterSkill::LoadScript() - 1118, SI_MAG_EARTH_SPIKESTONE, 20
2016/10/19 02:54:17 Out of Skill Level Range -> CMonsterSkill::LoadScript() - 1118, SI_ACR_YOYO_PULLING, 20
2016/10/19 02:54:17 Out of Skill Level Range -> CMonsterSkill::LoadScript() - 1118, SI_JST_HERO_SILENCE, 1
2016/10/19 02:54:17 Out of Skill Level Range -> CMonsterSkill::LoadScript() - 1182, SI_BIL_HERO_DISENCHANT, 5
2016/10/19 02:54:17 Out of Skill Level Range -> CMonsterSkill::LoadScript() - 1182, SI_MAG_EARTH_SPIKESTONE, 20
2016/10/19 02:54:17 Out of Skill Level Range -> CMonsterSkill::LoadScript() - 1182, SI_ACR_YOYO_PULLING, 20
2016/10/19 02:54:17 Out of Skill Level Range -> CMonsterSkill::LoadScript() - 1182, SI_JST_HERO_SILENCE, 1
2016/10/19 02:54:17 Out of Skill Level Range -> CMonsterSkill::LoadScript() - 1175, SI_BIL_HERO_DISENCHANT, 5
2016/10/19 02:54:17 Out of Skill Level Range -> CMonsterSkill::LoadScript() - 1175, SI_ELE_EARTH_EARTHQUAKE, 5
2016/10/19 02:54:17 Out of Skill Level Range -> CMonsterSkill::LoadScript() - 1175, SI_ELE_ELECTRICITY_ELETRICSHOCK, 10
2016/10/19 02:54:17 Out of Skill Level Range -> CMonsterSkill::LoadScript() - 1175, SI_MAG_EARTH_SPIKESTONE, 1
2016/10/19 02:54:17 Out of Skill Level Range -> CMonsterSkill::LoadScript() - 1175, SI_ELE_WATER_POISONCLOUD, 10
2016/10/19 02:54:17 Out of Skill Level Range -> CMonsterSkill::LoadScript() - 1175, SI_PSY_PSY_PSYCHICBOMB, 5
2016/10/19 02:54:17 Out of Skill Level Range -> CMonsterSkill::LoadScript() - 1175, SI_MAG_EARTH_SPIKESTONE, 1
2016/10/19 02:54:17 Out of Skill Level Range -> CMonsterSkill::LoadScript() - 1175, SI_ACR_YOYO_DEADLYSWING, 20
2016/10/19 02:54:17 Out of Skill Level Range -> CMonsterSkill::LoadScript() - 1175, SI_ACR_YOYO_PULLING, 20
2016/10/19 02:54:17 Out of Skill Level Range -> CMonsterSkill::LoadScript() - 1175, SI_JST_HERO_SILENCE, 1
2016/10/19 02:54:17 Out of Skill Level Range -> CMonsterSkill::LoadScript() - 1175, SI_MAG_EARTH_LOOTING, 20
2016/10/19 02:54:17 Out of Skill Level Range -> CMonsterSkill::LoadScript() - 1340, SI_BIL_HERO_DISENCHANT, 5
2016/10/19 02:54:17 Out of Skill Level Range -> CMonsterSkill::LoadScript() - 1340, SI_MAG_EARTH_SPIKESTONE, 20
2016/10/19 02:54:17 Out of Skill Level Range -> CMonsterSkill::LoadScript() - 1340, SI_ACR_YOYO_PULLING, 20
2016/10/19 02:54:17 Out of Skill Level Range -> CMonsterSkill::LoadScript() - 1340, SI_JST_HERO_SILENCE, 1
2016/10/19 02:54:17 Out of Skill Level Range -> CMonsterSkill::LoadScript() - 1354, SI_BIL_HERO_DISENCHANT, 5
2016/10/19 02:54:17 Out of Skill Level Range -> CMonsterSkill::LoadScript() - 1354, SI_ELE_EARTH_EARTHQUAKE, 5
2016/10/19 02:54:17 Out of Skill Level Range -> CMonsterSkill::LoadScript() - 1354, SI_ELE_MULTY_METEOSHOWER, 10
2016/10/19 02:54:17 Out of Skill Level Range -> CMonsterSkill::LoadScript() - 1354, SI_MAG_EARTH_SPIKESTONE, 1
2016/10/19 02:54:17 Out of Skill Level Range -> CMonsterSkill::LoadScript() - 1354, SI_ELE_WATER_POISONCLOUD, 10
2016/10/19 02:54:17 Out of Skill Level Range -> CMonsterSkill::LoadScript() - 1354, SI_PSY_PSY_PSYCHICBOMB, 5
2016/10/19 02:54:17 Out of Skill Level Range -> CMonsterSkill::LoadScript() - 1354, SI_MAG_EARTH_SPIKESTONE, 1
2016/10/19 02:54:17 Out of Skill Level Range -> CMonsterSkill::LoadScript() - 1354, SI_ACR_YOYO_DEADLYSWING, 20
2016/10/19 02:54:17 Out of Skill Level Range -> CMonsterSkill::LoadScript() - 1354, SI_ACR_YOYO_PULLING, 20
2016/10/19 02:54:17 Out of Skill Level Range -> CMonsterSkill::LoadScript() - 1354, SI_JST_HERO_SILENCE, 1
2016/10/19 02:54:17 Out of Skill Level Range -> CMonsterSkill::LoadScript() - 1354, SI_MAG_EARTH_LOOTING, 20
2016/10/19 02:54:17 Out of Skill Level Range -> CMonsterSkill::LoadScript() - 1323, SI_BIL_HERO_DISENCHANT, 5
2016/10/19 02:54:17 Out of Skill Level Range -> CMonsterSkill::LoadScript() - 1324, SI_BIL_HERO_DISENCHANT, 5
2016/10/19 02:54:17 Out of Skill Level Range -> CMonsterSkill::LoadScript() - 1330, SI_BIL_HERO_DISENCHANT, 5
2016/10/19 02:54:17 Out of Skill Level Range -> CMonsterSkill::LoadScript() - 1331, SI_BIL_HERO_DISENCHANT, 5
2016/10/19 02:54:17 Out of Skill Level Range -> CMonsterSkill::LoadScript() - 1432, SI_BIL_PST_ASALRAALAIKUM, 2
2016/10/19 02:54:17 Out of Skill Level Range -> CMonsterSkill::LoadScript() - 1432, SI_ELE_EARTH_EARTHQUAKE, 5
2016/10/19 02:54:17 Out of Skill Level Range -> CMonsterSkill::LoadScript() - 1432, SI_ELE_ELECTRICITY_ELETRICSHOCK, 10
2016/10/19 02:54:17 Out of Skill Level Range -> CMonsterSkill::LoadScript() - 1432, SI_MAG_EARTH_SPIKESTONE, 1
2016/10/19 02:54:17 Out of Skill Level Range -> CMonsterSkill::LoadScript() - 1432, SI_ELE_WATER_POISONCLOUD, 10
2016/10/19 02:54:17 Out of Skill Level Range -> CMonsterSkill::LoadScript() - 1432, SI_PSY_PSY_PSYCHICBOMB, 10
2016/10/19 02:54:18 Out of Skill Level Range -> CMonsterSkill::LoadScript() - 1432, SI_MAG_EARTH_SPIKESTONE, 1
2016/10/19 02:54:18 Out of Skill Level Range -> CMonsterSkill::LoadScript() - 1432, SI_ACR_YOYO_DEADLYSWING, 20
2016/10/19 02:54:18 Out of Skill Level Range -> CMonsterSkill::LoadScript() - 1432, SI_ACR_YOYO_PULLING, 20
2016/10/19 02:54:18 Out of Skill Level Range -> CMonsterSkill::LoadScript() - 1432, SI_JST_HERO_SILENCE, 1
2016/10/19 02:54:18 Out of Skill Level Range -> CMonsterSkill::LoadScript() - 1432, SI_MAG_EARTH_LOOTING, 20
2016/10/19 02:54:18 Out of Skill Level Range -> CMonsterSkill::LoadScript() - 1436, SI_BIL_PST_ASALRAALAIKUM, 2
2016/10/19 02:54:18 Out of Skill Level Range -> CMonsterSkill::LoadScript() - 1436, SI_ELE_EARTH_EARTHQUAKE, 5
2016/10/19 02:54:18 Out of Skill Level Range -> CMonsterSkill::LoadScript() - 1436, SI_ELE_ELECTRICITY_ELETRICSHOCK, 10
2016/10/19 02:54:18 Out of Skill Level Range -> CMonsterSkill::LoadScript() - 1436, SI_MAG_EARTH_SPIKESTONE, 1
2016/10/19 02:54:18 Out of Skill Level Range -> CMonsterSkill::LoadScript() - 1436, SI_ELE_WATER_POISONCLOUD, 10
2016/10/19 02:54:18 Out of Skill Level Range -> CMonsterSkill::LoadScript() - 1436, SI_PSY_PSY_PSYCHICBOMB, 10
2016/10/19 02:54:18 Out of Skill Level Range -> CMonsterSkill::LoadScript() - 1436, SI_MAG_EARTH_SPIKESTONE, 1
2016/10/19 02:54:18 Out of Skill Level Range -> CMonsterSkill::LoadScript() - 1436, SI_ACR_YOYO_DEADLYSWING, 20
2016/10/19 02:54:18 Out of Skill Level Range -> CMonsterSkill::LoadScript() - 1436, SI_ACR_YOYO_PULLING, 20
2016/10/19 02:54:18 Out of Skill Level Range -> CMonsterSkill::LoadScript() - 1436, SI_JST_HERO_SILENCE, 1
2016/10/19 02:54:18 Out of Skill Level Range -> CMonsterSkill::LoadScript() - 1436, SI_MAG_EARTH_LOOTING, 20
2016/10/19 02:54:18 Out of Skill Level Range -> CMonsterSkill::LoadScript() - 754, SI_BIL_PST_ASALRAALAIKUM, 2
2016/10/19 02:54:18 Out of Skill Level Range -> CMonsterSkill::LoadScript() - 754, SI_ELE_EARTH_EARTHQUAKE, 5
2016/10/19 02:54:18 Out of Skill Level Range -> CMonsterSkill::LoadScript() - 754, SI_ELE_ELECTRICITY_ELETRICSHOCK, 10
2016/10/19 02:54:18 Out of Skill Level Range -> CMonsterSkill::LoadScript() - 754, SI_MAG_EARTH_SPIKESTONE, 1
2016/10/19 02:54:18 Out of Skill Level Range -> CMonsterSkill::LoadScript() - 754, SI_ELE_WATER_POISONCLOUD, 10
2016/10/19 02:54:18 Out of Skill Level Range -> CMonsterSkill::LoadScript() - 754, SI_PSY_PSY_PSYCHICBOMB, 10
2016/10/19 02:54:18 Out of Skill Level Range -> CMonsterSkill::LoadScript() - 754, SI_MAG_EARTH_SPIKESTONE, 1
2016/10/19 02:54:18 Out of Skill Level Range -> CMonsterSkill::LoadScript() - 754, SI_ACR_YOYO_DEADLYSWING, 20
2016/10/19 02:54:18 Out of Skill Level Range -> CMonsterSkill::LoadScript() - 754, SI_ACR_YOYO_PULLING, 20
2016/10/19 02:54:18 Out of Skill Level Range -> CMonsterSkill::LoadScript() - 754, SI_JST_HERO_SILENCE, 1
2016/10/19 02:54:18 Out of Skill Level Range -> CMonsterSkill::LoadScript() - 754, SI_MAG_EARTH_LOOTING, 20
2016/10/19 02:54:18 Out of Skill Level Range -> CMonsterSkill::LoadScript() - 755, SI_BIL_PST_ASALRAALAIKUM, 2
2016/10/19 02:54:18 Out of Skill Level Range -> CMonsterSkill::LoadScript() - 755, SI_ELE_EARTH_EARTHQUAKE, 5
2016/10/19 02:54:18 Out of Skill Level Range -> CMonsterSkill::LoadScript() - 755, SI_ELE_ELECTRICITY_ELETRICSHOCK, 10
2016/10/19 02:54:18 Out of Skill Level Range -> CMonsterSkill::LoadScript() - 755, SI_MAG_EARTH_SPIKESTONE, 1
2016/10/19 02:54:18 Out of Skill Level Range -> CMonsterSkill::LoadScript() - 755, SI_ELE_WATER_POISONCLOUD, 10
2016/10/19 02:54:18 Out of Skill Level Range -> CMonsterSkill::LoadScript() - 755, SI_PSY_PSY_PSYCHICBOMB, 10
2016/10/19 02:54:18 Out of Skill Level Range -> CMonsterSkill::LoadScript() - 755, SI_MAG_EARTH_SPIKESTONE, 1
2016/10/19 02:54:18 Out of Skill Level Range -> CMonsterSkill::LoadScript() - 755, SI_ACR_YOYO_DEADLYSWING, 20
2016/10/19 02:54:18 Out of Skill Level Range -> CMonsterSkill::LoadScript() - 755, SI_ACR_YOYO_PULLING, 20
2016/10/19 02:54:18 Out of Skill Level Range -> CMonsterSkill::LoadScript() - 755, SI_JST_HERO_SILENCE, 1
2016/10/19 02:54:18 Out of Skill Level Range -> CMonsterSkill::LoadScript() - 755, SI_MAG_EARTH_LOOTING, 20
Re: try to fix my action slot to rotate
Make sure your Propskill have the extra collumns other wise it wont work.
Re: try to fix my action slot to rotate
Quote:
Originally Posted by
raventh1984
Make sure your Propskill have the extra collumns other wise it wont work.
do i need to name the column or i'll just add one ?
Re: try to fix my action slot to rotate
You need to add one for the entire PropSkill
Best way to do it is open it with excell. and make sure that every row gets the extra column.
Re: try to fix my action slot to rotate
Quote:
Originally Posted by
raventh1984
You need to add one for the entire PropSkill
Best way to do it is open it with excell. and make sure that every row gets the extra column.
when i added the new "=" in very column ..
now my database crashes dont know whats the problem now
Code:
E:\Elder Flyff\V19\Program\2.DatabaseServer.exe caused ACCESS_VIOLATION (0xc0000005)
in module E:\Elder Flyff\V19\Program\2.DatabaseServer.exe at 0023:0046f902.
Error occurred at 2016/10/20 01:42:06.
E:\Elder Flyff\V19\Program\2.DatabaseServer.exe, run by FuQuu.
Operation system : Unknown Windows version (6.2.9200).
4 processor(s), type 586.
61% memory in use.
2048 MBytes physical memory.
2048 MBytes physical memory free.
0 MBytes paging file.
0 MBytes paging file free.
2048 MBytes user address space.
1755 MBytes user address space free.
Write to location 08025675 caused an access violation.
Context:
EDI: 0x08025675 ESI: 0x0019c148 EAX: 0x08cd2008
EBX: 0x0055934c ECX: 0x000000c1 EDX: 0x00000000
EIP: 0x0046f902 EBP: 0xffffffff SegCs: 0x00000023
EFlags: 0x00010202 ESP: 0x0019c0d8 SegSs: 0x0000002b
Bytes at CS:EIP:
f3 a5 eb 4c 83 3c a8 00 75 2f 8b 43 0c 8b 7b 04
Stack:
0x0019c0d8: 0000000f ffffffff 00000010 00000000 ................
0x0019c0e8: 00473a92 ffffffff 0019c148 00000000 .:G.....H.......
0x0019c0f8: 005be048 00559338 0055934c 00000000 H.[.8.U.L.U.....
0x0019c108: 00559338 0e9d5fc8 00003100 4d200070 8.U.._...1..p. M
0x0019c118: 006e6f6f 00646e61 00000000 0000000f oon.and.........
0x0019c128: 0000dfcf 00003100 4d200070 006e6f6f .....1..p. Moon.
0x0019c138: 00646e61 00000000 0000000f ffffffff and.............
0x0019c148: ffffffff 00003131 74697571 74532079 ....11..quity St
0x0019c158: 5f656e6f 006f6541 0029006c 0000002e one_Aeo.l.).....
0x0019c168: 00000000 00000000 00000000 00000000 ................
0x0019c178: 00000000 00000000 00000000 00000000 ................
0x0019c188: 00000000 00000000 00000000 00000000 ................
0x0019c198: 00000000 00000000 00000000 00000000 ................
0x0019c1a8: 00000000 00000000 000001f4 00000000 ................
0x0019c1b8: 00000001 00000001 00000000 00000000 ................
0x0019c1c8: 00000000 00000000 ffffffff ffffffff ................
0x0019c1d8: ffffffff ffffffff ffffffff ffffffff ................
0x0019c1e8: ffffffff ffffffff ffffffff ffffffff ................
0x0019c1f8: ffffffff ffffffff ffffffff ffffffff ................
0x0019c208: ffffffff ffffffff ffffffff ffffffff ................
0x0019c218: ffffffff ffffffff 00000001 ffffffff ................
0x0019c228: ffffffff ffffffff ffffffff 00000000 ................
0x0019c238: ffffffff 0000ffff 00000000 00000000 ................
0x0019c248: 00000000 00000000 ffffffff ffffffff ................
0x0019c258: ffffffff ffffffff ffffffff ffffffff ................
0x0019c268: ffffffff ffffffff ffffffff ffffffff ................
0x0019c278: bf800000 ffffffff ffffffff ffffffff ................
0x0019c288: 00000004 ffffffff ffffffff ffffffff ................
0x0019c298: ffffffff ffffffff ffffffff ffffffff ................
0x0019c2a8: ffffffff ffffffff ffffffff ffffffff ................
0x0019c2b8: ffffffff ffffffff ffffffff ffffffff ................
0x0019c2c8: ffffffff ffffffff ffffffff ffffffff ................
0x0019c2d8: ffffffff ffffffff ffffffff 00000002 ................
0x0019c2e8: ffffffff 00000000 ffffffff 00000128 ............(...
0x0019c2f8: ffffffff 00000123 ffffffff ffffffff ....#...........
0x0019c308: 00000416 ffffffff 00000000 00000001 ................
0x0019c318: ffffffff ffffffff ffffffff ffffffff ................
0x0019c328: ffffffff ffffffff ffffffff ffffff9c ................
0x0019c338: 00000000 00000064 00000000 00000000 ....d...........
0x0019c348: 00000000 00000000 00000000 00000001 ................
0x0019c358: 00000001 00000005 000001f5 3f800000 ...............?
0x0019c368: 40800000 bf800000 ffffffff ffffffff .. @............
0x0019c378: ffffffff ffffffff ffffffff ffffffff ................
0x0019c388: 00000000 00000030 00000000 00000000 ....0...........
0x0019c398: 00000000 00000000 00000000 00000000 ................
0x0019c3a8: 00000000 00000000 00000000 00000000 ................
0x0019c3b8: 00000000 00000000 00000000 00000000 ................
0x0019c3c8: 00000000 00000000 ffffffff 00000000 ................
0x0019c3d8: 00000000 00000000 00000000 00000000 ................
0x0019c3e8: 00000000 00000000 00000000 00000000 ................
0x0019c3f8: 00000000 00000000 00000000 00000000 ................
0x0019c408: 00000000 00000000 00000000 00000000 ................
0x0019c418: 00000000 00000000 00000000 00000000 ................
0x0019c428: 00000000 00000000 00000000 00000000 ................
0x0019c438: 00000000 00000000 00000000 00000000 ................
0x0019c448: 00000000 08cc84b8 005be001 00526a28 ..........[.(jR.
0x0019c458: 00000000 00000000 0004839e 00000000 ................
0x0019c468: 00000000 0ea4db8e 0ea2a008 08cc7f88 ................
0x0019c478: 0019c47c 65666645 6f207463 75422066 |...Effect of Bu
0x0019c488: 756f6e72 30002e74 31303530 50455400 rnout..00501.TEP
0x0019c498: 69003130 63206874 61747265 72206e69 01.ith certain r
0x0019c4a8: 00657461 73696874 6d6f4320 69772061 ate.this Coma wi
0x0019c4b8: 76206c6c 20797261 65706564 6e69646e ll vary dependin
0x0019c4c8: 6e6f2067 65687420 76656c20 6f206c65 g on the level o
0x0019c4d8: 68742066 6b532065 2e6c6c69 65687400 f the Skill..the
0x0019c4e8: 68705320 20657265 79207461 2072756f Sphere at your
0x0019c4f8: 6d656e65 79002e79 2065002e 6c696b53 enemy..y..e Skil
0x0019c508: 654c206c 2e6c6576 6b530000 206c6c69 l Level...Skill
0x0019c518: 6576656c 72002e6c 20746567 6120666f level..rget of a
0x0019c528: 61656820 676e696c 65707320 002e6c6c healing spell..
0x0019c538: 77207469 206c6c69 6f636562 5320656d it will become S
0x0019c548: 2d6c756f 6b6e694c 002e6465 73646c6f oul-Linked..olds
0x0019c558: 7465002e 614d202c 6d736b72 73276e61 ..et, Marksman's
0x0019c568: 74657320 726f202c 65644120 73277470 set, or Adept's
0x0019c578: 74657320 2e74002e 74610000 61632065 set..t...ate ca
0x0019c588: 6562206e 64657220 656d6565 79622064 n be redeemed by
0x0019c598: 6d6f6320 74656c70 20676e69 6f432061 completing a Co
0x0019c5a8: 7365666e 6e6f6973 65757120 002e7473 nfession quest..
0x0019c5b8: 756e696d 2e736574 72657300 57202e73 minutes..sers. W
0x0019c5c8: 206e6568 20756f79 73657270 74532073 hen you press St
0x0019c5d8: 20747261 74747562 202c6e6f 756e656d art button, menu
0x0019c5e8: 6c697720 6873206c 6120776f 7720646e will show and w
0x0019c5f8: 206e6568 20756f79 6f6f6863 70206573 hen you choose p
0x0019c608: 61766972 73206574 2c706f68 69727020 rivate shop, pri
0x0019c618: 65746176 6f687320 69772070 776f646e vate shop window
0x0019c628: 6c697720 6873206c 202e776f 20756f59 will show. You
0x0019c638: 206e6163 69676572 72657473 6d616e20 can register nam
0x0019c648: 666f2065 6f687320 6e612070 68742064 e of shop and th
0x0019c658: 74692065 20736d65 20756f79 746e6177 e items you want
0x0019c668: 206f7420 6c6c6573 65687420 6c63206e to sell then cl
0x0019c678: 206b6369 62204b4f 6f747475 6f74206e ick OK button to
0x0019c688: 61747320 74207472 70206568 61766972 start the priva
0x0019c698: 73206574 2e706f68 20664920 2043504e te shop. If NPC
0x0019c6a8: 70207369 6563616c 656e2064 62207261 is placed near b
0x0019c6b8: 6f792079 70202c75 61766972 73206574 y you, private s
0x0019c6c8: 20706f68 6c6c6977 746f6e20 65706f20 hop will not ope
0x0019c6d8: 66002e6e 30303066 20772f30 72616863 n..ff0000/w char
0x0019c6e8: 65746361 616e2072 2320656d 5c2e636e acter name #nc.\
0x0019c6f8: 756f596e 6e616320 65737520 69685720 nYou can use Whi
0x0019c708: 72657073 74756220 206e6f74 74206e6f sper button on t
0x0019c718: 63206568 20746168 646e6977 5c2e776f he chat window.\
0x0019c728: 236e5c6e 66632362 30303066 a6666630 n\n#b#cff0000ff.
0x0019c738: 69754720 4320646c 23746168 6e23626e Guild Chat#nb#n
0x0019c748: 596e5c63 6320756f 75206e61 69206573 c\nYou can use i
0x0019c758: 68772074 79206e65 6120756f 69206572 t when you are i
0x0019c768: 2061206e 6c697567 54202e64 77206568 n a guild. The w
0x0019c778: 79207961 7420756f 206b6c61 61207369 ay you talk is a
0x0019c788: 63236464 66666666 30303030 2320672f dd#cffff0000/g #
0x0019c798: 5c2e636e 756f596e 6e616320 65737520 nc.\nYou can use
0x0019c7a8: 69754720 6220646c 6f747475 6e6f206e Guild button on
0x0019c7b8: 65687420 61686320 69772074 776f646e the chat window
0x0019c7c8: 5c6e5c2e 2362236e 30666663 66303030 .\n\n#b#cff0000f
0x0019c7d8: 5320a666 65747379 654d206d 67617373 f. System Messag
0x0019c7e8: 626e2365 5c636e23 6c6c416e 20666f20 e#nb#nc\nAll of
0x0019c7f8: 20656874 7373656d 73656761 63786520 the messages exc
0x0019c808: 20747065 74616863 73656d20 65676173 ept chat message
0x0019c818: 73696420 79616c70 206e6920 74737973 display in syst
0x0019c828: 77206d65 6f646e69 6f542e77 65686320 em window.To che
0x0019c838: 70206b63 73736572 53595320 204d4554 ck press SYSTEM
0x0019c848: 74747562 6f206e6f 6874206e 68632065 button on the ch
0x0019c858: 77207461 6f646e69 6e5c2e77 62236e5c at window.\n\n#b
0x0019c868: 66666323 30303030 20a66666 746c6946 #cff0000ff. Filt
0x0019c878: 46207265 74636e75 236e6f69 6e23626e er Function#nb#n
0x0019c888: 596e5c63 6320756f 73206e61 74206565 c\nYou can see t
0x0019c898: 63206568 20746168 74616874 756f7920 he chat that you
0x0019c8a8: 6e617720 6f742074 65657320 6854202e want to see. Th
0x0019c8b8: 61772065 6f792079 6f642075 20736920 e way you do is
0x0019c8c8: 73657270 69462073 7265746c 74756220 press Filter but
0x0019c8d8: 2e6e6f74 7c36d100 00000000 00000200 ton...6|........
0x0019c8e8: 748a51a0 7c36d1d1 00000000 00000000 .Q.t..6|........
0x0019c8f8: 00000000 00000000 00000000 00000000 ................
0x0019c908: 00000007 00000000 00000000 00000000 ................
0x0019c918: 00000000 00000000 00000000 00000001 ................
0x0019c928: 00000000 00000000 00000017 0019d41c ................
0x0019c938: 00000006 ffffffff 00000000 7c36c958 ............X.6|
0x0019c948: 00000065 0019cde4 7c36c9b7 00000065 e.........6|e...
0x0019c958: 00000020 fffffff9 7c36d180 00000000 .........6|....
0x0019c968: 00000200 748a51a0 7c36d1d1 00000000 .....Q.t..6|....
0x0019c978: 00000000 00000000 793e83f8 791b8c61 ..........>ya..y
0x0019c988: 00000000 00000007 00000000 00000000 ................
0x0019c998: 00000000 00000000 791b48fa 798719c0 .........H.y...y
0x0019c9a8: 00000001 00000000 00000000 00000036 ............6...
0x0019c9b8: 0019d4a0 00000007 ffffffff 00000000 ................
0x0019c9c8: 02396e9c 0019cfc0 7920fd39 791b59ef .n9.....9. y.Y.y
0x0019c9d8: 000060ec 00667bf0 798719ae 798719d0 .`...{f....y...y
0x0019c9e8: 00000002 791b48fa 000060ec 00667bf0 .....H.y.`...{f.
0x0019c9f8: 798719ae 791b9331 798719c0 0019ca28 ...y1..y...y(...
0x0019ca08: 00667cea 0019ca2b 0019c9f0 0019c9d8 .|f.+...........
0x0019ca18: 0019cfc0 0019cfc0 7920fd39 791b59f8 ........9. y.Y.y
0x0019ca28: ffffffff 791b59ef 791b90c8 7990599c .....Y.y...y.Y.y
0x0019ca38: ffffffff 798719ae 00667bf0 00000006 .......y.{f.....
0x0019ca48: 0019ca64 791b86fa 798719ae 0000002a d......y...y*...
0x0019ca58: 0c000000 0019cab0 00667bf0 0019ca90 .........{f.....
0x0019ca68: 791b8798 02000040 791e9674 02000040 ...y@...t..y@...
0x0019ca78: 08c741b8 00667bf0 08c741b8 00000001 .A...{f..A......
0x0019ca88: 00000000 00667bf0 0019caec 00667bf0 .....{f......{f.
0x0019ca98: 791b721b 0019caec 791b896f 0019cab0 .r.y....o..y....
0x0019caa8: 791b897b 0019caeb ffffffff 00000000 {..y............
0x0019cab8: 00000002 00100004 00000000 00000000 ................
0x0019cac8: 00000000 00000001 00000000 00000000 ................
0x0019cad8: 00000000 00000000 00000000 00000000 ................
0x0019cae8: 1949ace5 0019cb04 791b892f 00000001 ..I...../..y....
0x0019caf8: 791e9674 0019cb20 0019cb80 0019cb78 t..y .......x...
0x0019cb08: 791e964e 00667be8 02000040 791e9674 N..y.{f @...t..y
0x0019cb18: 08c741b8 791e966f 00000000 0065d330 .A..o..y....0.e.
0x0019cb28: fffffffe 00000000 80131522 00000000 ........".......
0x0019cb38: 06000000 0019d76c 00667be8 0063aeb8 ....l....{f...c.
0x0019cb48: 0200003f 00000000 00000000 00100004 ?...............
0x0019cb58: 00000000 00000000 00000001 08c741b8 .............A..
0x0019cb68: 08c741f0 791b7975 0019cfe4 791b7a44 .A..uy.y....Dz.y
0x0019cb78: 00000010 0019cfcc 00000001 00000015 ................
0x0019cb88: 00000000 00000000 0e9e7508 00000001 .........u......
0x0019cb98: 00000000 08c877dc 00000000 00000000 .....w..........
0x0019cba8: 000000ef 06000000 00000000 00000000 ................
0x0019cbb8: 00000000 00000000 00000000 00000000 ................
0x0019cbc8: 00000000 00000000 00000000 00000000 ................
0x0019cbd8: 00000425 00000425 00000425 00000001 %...%...%.......
0x0019cbe8: 00000001 00000000 00000000 00000000 ................
0x0019cbf8: 00000000 77c967b7 72468e5d 00000408 .....g.w].Fr....
0x0019cc08: 02480000 00000400 00000000 00000000 ..H.............
0x0019cc18: 00000000 00000000 09000009 00000000 ................
0x0019cc28: 19000000 00000000 02000002 00000000 ................
0x0019cc38: 76000274 00000000 00000000 fffffe0d t..v............
0x0019cc48: 024846c2 00000000 00000000 00000000 .FH.............
0x0019cc58: 00000000 00000000 00000001 1949ace5 ..............I.
0x0019cc68: 0019c828 02488c48 0019cdc0 7920fd39 (...H.H.....9. y
0x0019cc78: 791b8203 00000006 00000000 00000000 ...y............
0x0019cc88: 00000000 0eabcd00 00000001 00000000 ................
0x0019cc98: 00000000 00000000 00000000 00000000 ................
0x0019cca8: 00000000 00000000 02485630 00630000 ........0VH...c.
0x0019ccb8: 00000000 79905387 00000009 0019cca4 .....S.y........
0x0019ccc8: 00000000 0019d024 000001f4 0019cd30 ....$.......0...
0x0019ccd8: 75425d1d 0019d012 00000012 0019cd00 .]Bu............
0x0019cce8: 79905387 00000009 0000fde9 0019d012 .S.y............
0x0019ccf8: 75425d5b 00000002 00000012 0019d012 []Bu............
0x0019cd08: fffffffe 00000000 00000009 02488c40 ............@.H.
0x0019cd18: 000001f3 02484570 00000001 00000042 ....pEH.....B...
0x0019cd28: 024800c0 657f03a5 0019cd50 791b7803 ..H....eP....x.y
0x0019cd38: 0000fde9 00000008 79905387 d4bb7b3d .........S.y={..
0x0019cd48: 0019cd80 7c36a94a 0019cd60 793ea5f4 ....J.6|`.....>y
0x0019cd58: 0019cdac 748a51a0 0019d657 7fffffcf .....Q.tW.......
0x0019cd68: 0019d628 00000042 00000010 00641160 (...B.......`.d.
0x0019cd78: 1949ace5 0019da38 793cd7e0 ffffffff ..I.8.....<y....
0x0019cd88: 0019cd9c 791e34a3 00000004 0019d628 .....4.y....(...
0x0019cd98: 00000002 0019da44 791eaddd 00000004 ....D......y....
0x0019cda8: 0019d628 00667be8 00000001 791eae29 (....{f.....)..y
0x0019cdb8: 00000010 02488c48 0019ce08 7c34218a ....H.H......!4|
0x0019cdc8: 02480000 00000000 7c34218f 00000400 ..H......!4|....
0x0019cdd8: 08c74f10 00000200 00000001 00641160 .O..........`.d.
0x0019cde8: 791da167 02488c48 0019cdd4 79901195 g..yH.H........y
0x0019cdf8: 0019d03c 7c34240d 7c37a3a8 77c967b7 <....$4|..7|.g.w
0x0019ce08: 72468c55 00000180 00630000 00000174 U.Fr......c.t...
0x0019ce18: 00630000 00000128 79900758 02488c48 ..c.(...X..yH.H.
0x0019ce28: 16000016 02488c48 16000016 00000400 ....H.H.........
0x0019ce38: 02000002 0000000c bd0003be 00001e41 ............A...
0x0019ce48: e70003e4 fffffc72 00635c20 fffffc42 ....r... \c.B...
0x0019ce58: 00635c0c 00000000 0019d2dc 791b7975 .\c.........uy.y
0x0019ce68: 0019d2dc 791b7a44 00000010 006751f8 ....Dz.y.....Qg.
0x0019ce78: 00000000 006750c8 791b7a44 0000002e .....Pg.Dz.y....
0x0019ce88: 793e83f8 00000024 00000000 77c967b7 ..>y$........g.w
0x0019ce98: 72468ce5 00000408 02480000 00000400 ..Fr......H.....
0x0019cea8: 00000005 008ac61c 0019cebc 77c98419 ...............w
0x0019ceb8: 09000009 00630000 006750c0 006750c8 ......c..Pg..Pg.
0x0019cec8: 02000002 08c88f44 76000274 00000004 ....D...t..v....
0x0019ced8: 00000006 fffffe0d 024846c2 00630000 .........FH...c.
0x0019cee8: 006751f0 006751f8 793e84b0 0019d1c0 .Qg..Qg...>y....
0x0019cef8: 16000016 00000000 0019cf24 02488c48 ........$...H.H.
0x0019cf08: 8d00038e 02344b50 7988af98 0000007f ....PK4....y....
0x0019cf18: 00000000 00630000 8d00038e 000001f3 ......c.........
0x0019cf28: 02480000 006750c0 0019d49c 77c98419 ..H..Pg........w
0x0019cf38: 7246933d 02480000 02488c40 02488c48 =.Fr..H.@.H.H.H.
0x0019cf48: 02485630 000007ff 09000009 006750c0 0VH..........Pg.
0x0019cf58: 00000408 00000080 00000001 791b96db ...............y
0x0019cf68: 000001f4 00000000 016701c8 00000000 ..........g.....
0x0019cf78: 00000000 024800c0 00000000 00000000 ......H.........
0x0019cf88: 00000000 02488c40 02488c40 00000002 ....@.H.@.H.....
0x0019cf98: 02488c48 02480000 fffffffe 000007ff H.H...H.........
0x0019cfa8: 0000000e 02488c40 000001f3 02484570 ....@.H.....pEH.
0x0019cfb8: 00000001 00006bd0 00000200 0000002b .....k......+...
0x0019cfc8: 791e348a 00000000 00641160 000001f3 .4.y....`.d.....
0x0019cfd8: 00000010 77cc5de0 02489050 fffffffe .....].wP.H.....
0x0019cfe8: 00000274 77c90000 00000400 00000274 t......w....t...
0x0019cff8: 00000000 00000020 00000200 00790053 .... .......S.y.
0x0019d008: 00740073 006d0065 0054002e 006d0069 s.t.e.m...T.i.m.
0x0019d018: 00530065 00610070 0000006e 77cc5de0 e.S.p.a.n....].w
0x0019d028: 058b3a25 fffffffe 0019d058 77c978aa %:......X....x.w
0x0019d038: 00000000 02488c48 00000400 02488c48 ....H.H.....H.H.
0x0019d048: 00000200 00000400 00000012 02488c48 ............H.H.
0x0019d058: 0019d0a0 7c34218a 02480000 00000000 .....!4|..H.....
0x0019d068: 7c34218f 00000400 08c752ac 00000200 .!4|.....R......
0x0019d078: 00000001 0019d094 791da167 02488c48 ........g..yH.H.
0x0019d088: 0019d06c 79905d82 0019d2d4 7c34240d l....].y.....$4|
0x0019d098: 7c37a3a8 77c967b7 724692fd 00000180 ..7|.g.w..Fr....
0x0019d0a8: 00630000 00000174 08c752ac 791bd55a ..c.t....R..Z..y
0x0019d0b8: 79904a3c 02488c48 16000016 02488c48 <J.yH.H.....H.H.
0x0019d0c8: 00000400 00000400 02000002 00000000 ................
0x0019d0d8: 85000386 00000000 00000000 fffffcaa ................
0x0019d0e8: 00635c20 00000000 00000000 00000000 \c.............
0x0019d0f8: 00000000 00000000 00000000 00000000 ................
0x0019d108: 00000000 006753b8 0019d5cc 0019d19c .....Sg.........
0x0019d118: 7c36b864 0000002e 00000002 d4bb7b00 d.6|.........{..
0x0019d128: 0019d1dc 0019d148 00000002 08c898b4 ....H...........
0x0019d138: 0019d144 00000003 00000005 008ac640 D.......... @...
0x0019d148: 0019d154 791b2f04 791b2f0a 0019d1f8 T..../.y./.y....
0x0019d158: 791b9a82 0064f238 793e6fc8 08c898b4 ...y8.d..o>y....
0x0019d168: 0019d5c4 00000004 00000006 77c98419 ...............w
0x0019d178: 7246917d 00630000 006753b0 006753b8 }.Fr..c..Sg..Sg.
0x0019d188: 0019d734 7920fd39 16000016 ffffffff 4...9. y........
0x0019d198: 00000200 00000022 791e348a 02344b50 ...."....4.yPK4.
0x0019d1a8: 00641160 0019d5c4 00000010 02344b4b `.d.........KK4.
0x0019d1b8: 55000356 00000000 0019d67c 0019d24c V..U....|...L...
0x0019d1c8: 7c36b864 0019d734 00000002 d4bb7b3d d.6|4.......={..
0x0019d1d8: 0019d28c 7c36c958 00000072 0019d67c ....X.6|r...|...
0x0019d1e8: 7c36c9b7 00000072 00000020 ffffffe5 ..6|r... .......
0x0019d1f8: 7c36d180 00000000 00000200 0000002b ..6|........+...
0x0019d208: 7c36d1d1 7920fd39 791b4900 ffffffff ..6|9. y.I.y....
0x0019d218: 791b48fa 791b7af8 00000000 00000000 .H.y.z.y........
0x0019d228: 00000000 00667b00 00000000 00000000 .....{f.........
0x0019d238: 791b8263 798ee5a0 00000001 00000000 c..y...y........
0x0019d248: 00000000 00000025 0019df44 0000001b ....%...D.......
0x0019d258: ffffffff 00000000 00040042 00000823 ........B...#...
0x0019d268: 0019d287 00667d32 00667bf0 00667bf0 ....2}f..{f..{f.
0x0019d278: 0019d29c 77c967b7 724690dd 00000488 .....g.w..Fr....
0x0019d288: 02480000 00000480 0c000000 0019d2e4 ..H.............
0x0019d298: 03000003 0019d2c4 95000792 02000041 ............A...
0x0019d2a8: 0019d2d8 08c758bc 03000003 08c758bc .....X.......X..
0x0019d2b8: 95000792 00000000 00667bf0 fffff8ff .........{f.....
0x0019d2c8: 024846e2 791b721b 0019d320 791b896f .FH..r.y ...o..y
0x0019d2d8: 0019d2e4 791b897b 95000792 fffff978 ....{..y....x...
0x0019d2e8: 791b48fa 02489870 0019d36c 0000016d .H.yp.H.l...m...
0x0019d2f8: 72469745 0000008e 95000792 0019d380 E.Fr............
0x0019d308: 000000cb 00000079 02480000 0019d900 ....y.....H.....
0x0019d318: 024856d4 77c98419 72469715 02480000 .VH....w..Fr..H.
0x0019d328: 02489868 02489870 03000003 ffffffff h.H.p.H.........
0x0019d338: 95000792 791b7af8 95000792 00000004 .....z.y........
0x0019d348: 00000712 798eed08 0000008a 00000000 .......y........
0x0019d358: 010001c9 00000001 79000079 0248b358 ........y..yX.H.
0x0019d368: 00000001 00000000 95000792 fffff8e7 ................
0x0019d378: 02489868 00000002 02489870 02480000 h.H.....p.H...H.
0x0019d388: 024856d4 00000080 00000004 02489868 .VH.........h.H.
0x0019d398: 00000079 77c967b7 724697fd 00000210 y....g.w..Fr....
0x0019d3a8: 00630000 00000208 02489870 00000000 ..c.....p.H.....
0x0019d3b8: 0248b358 00000079 0019d450 77cc5de0 X.H.y...P....].w
0x0019d3c8: 0248b350 95000792 0000010a 00000000 P.H.............
0x0019d3d8: 0066af00 0000010a 00000000 0000010a ..f.............
0x0019d3e8: 00635c44 fffffffd 024855d0 0000008a D\c......UH.....
0x0019d3f8: 45000045 024855d0 02489068 00000800 E..E.UH.h.H.....
0x0019d408: 0019d478 77cc5de0 058b3a25 fffffffe x....].w%:......
0x0019d418: 0019d440 77c98419 72469615 00630000 @......w..Fr..c.
0x0019d428: 0068d0d8 0068d0e0 02000002 00000400 ..h...h.........
0x0019d438: 71002859 00000042 00000000 7c34218a Y(.qB........!4|
0x0019d448: 02480000 00000000 0019d494 0019d4fc ..H.............
0x0019d458: 00000000 00000000 44010045 0019d4fc ........E..D....
0x0019d468: 0068d0e0 0019d4a0 45000045 0019d49c ..h.....E..E....
0x0019d478: 0068d308 0000001c 0000000c 00630000 ..h...........c.
0x0019d488: 0063028c 0068d0e0 00000068 0068d0d8 ..c...h.h.....h.
0x0019d498: 0000005a 0000001c 00000001 00000045 Z...........E...
0x0019d4a8: 7246964d 00000000 0068d0e0 00000000 M.Fr......h.....
0x0019d4b8: 00000000 0064f628 0000000e 00000000 ....(.d.........
0x0019d4c8: 00020000 00020000 00000042 00000000 ........B.......
0x0019d4d8: 0068d500 00000042 00000000 00000042 ..h.B.......B...
0x0019d4e8: 000201ec 01010013 00630260 00000042 ........`.c.B...
0x0019d4f8: 00000002 00630260 0000005a 00000000 ....`.c.Z.......
0x0019d508: 0019d984 77cc5de0 058b3a25 fffffffe .....].w%:......
0x0019d518: 0019d544 77c978aa 00000000 0068d0e0 D....x.w......h.
0x0019d528: 0068d2f0 0068d0e0 00000000 0019d830 ..h...h.....0...
0x0019d538: 0068d0e0 00000050 0068d340 0019d7b8 ..h.P...@.h.....
0x0019d548: 77c94c69 00630000 00000000 0068d0e0 iL.w..c.......h.
0x0019d558: 0019d8b0 00000000 77c94c7c 00489068 ........|L.wh.H.
0x0019d568: 0068d2f0 00000000 01000792 02080050 ..h.........P...
0x0019d578: 0068d0e0 00000008 77c5119c 0068d2fc ..h........w..h.
0x0019d588: 02080050 0068d0e0 0068daf8 0248b358 P.....h...h.X.H.
0x0019d598: 00000000 0019d850 00000005 00020020 ....P....... ...
0x0019d5a8: 95000792 fffff978 02489068 02489068 ....x...h.H.h.H.
0x0019d5b8: fffffffe 02480000 024856d4 000007ff ......H..VH.....
0x0019d5c8: 0000010a 02489060 00000000 00000000 ....`.H.........
0x0019d5d8: 00000001 00000712 0000008a 024855d0 .............UH.
0x0019d5e8: 02489068 00000000 0248b358 0000010a h.H.....X.H.....
0x0019d5f8: 058b3a05 fffffffe 0248b350 95000792 .:......P.H.....
0x0019d608: 0000020b 00000000 02485800 0000020b .........XH.....
0x0019d618: 00000000 0000020b 0000000a 01010808 ................
0x0019d628: 024855d0 0000018b 0000000b 024855d0 .UH..........UH.
0x0019d638: 00000000 02489068 0019d6b0 77cc5de0 ....h.H......].w
0x0019d648: 058b3a25 fffffffe 0019d678 77c978aa %:......x....x.w
0x0019d658: 00000000 02489068 00000050 02489068 ....h.H.P...h.H.
0x0019d668: 00000000 0019d67c 00000001 754d48b4 ....|........HMu
0x0019d678: 754d4810 7c34218a 02480000 0019d6d0 .HMu.!4|..H.....
0x0019d688: 00000000 00000000 0019d7e0 77c7e033 ............3..w
0x0019d698: 00000000 00000000 77c7e04f 0019d6b8 ........O..w....
0x0019d6a8: 001b0810 00000000 00190000 7c340000 ..............4|
0x0019d6b8: 00000000 00000000 00000020 08b40000 ........ .......
0x0019d6c8: 00000015 754d4810 00000000 00000000 .....HMu........
0x0019d6d8: 00000030 08b40000 08a707d0 00000020 0........... ...
0x0019d6e8: 00000000 0e8a0900 0e8ba038 00000000 ........8.......
0x0019d6f8: 08a70000 08a70000 0e8ba010 00000003 ................
0x0019d708: 0e8a08f0 0e8ba010 0e8ba520 00000064 ........ ...d...
0x0019d718: 0019d74c 77c97951 08b40000 0e8ba520 L...Qy.w.... ...
0x0019d728: 0e8ba528 77c94f7c 00000015 00000002 (...|O.w........
0x0019d738: 08b40000 0e8ba010 00230071 00000027 ........q.#.'...
0x0019d748: 0e8a08f0 0019d774 77c9787d 00000004 ....t...}x.w....
0x0019d758: 08b40000 0e8ba528 0e8ba4a8 77c94ea2 ....(........N.w
0x0019d768: 00000002 0e8ba528 08b40000 0019d8c8 ....(...........
0x0019d778: 77c995ee 08b40000 00000002 0e8ba528 ...w........(...
0x0019d788: 72469bc5 08b40000 0e8ba520 77c99616 ..Fr.... ......w
0x0019d798: 00000002 0e9e7750 72469bed 08b40000 ....Pw....Fr....
0x0019d7a8: 0e9e7748 77c99616 000e0012 0000000e Hw.....w........
0x0019d7b8: 0064f618 0019d7e4 77c9787d aa780000 ..d.....}x.w..x.
0x0019d7c8: 00000000 77c78b49 00000000 00000000 ....I..w........
0x0019d7d8: 0019d824 08b431b0 08b40000 00000000 $....1..........
0x0019d7e8: 08b40000 0019d898 b9003881 00000000 .........8......
0x0019d7f8: 0e8ba4a8 00000000 0e8ba527 0019d854 ........'...T...
0x0019d808: 77c9b10d 0019d858 0e8c0bb8 00000013 ...wX...........
0x0019d818: 0e9e774f 77c7e033 0e8ba528 000002c4 Ow..3..w(.......
0x0019d828: 00c7e04f 08b40000 0e8ba520 00000002 O....... .......
0x0019d838: 00000015 00000000 00000000 08b40000 ................
0x0019d848: 0e9e7748 00000002 00000021 754d43e8 Hw......!....CMu
0x0019d858: 00000000 00000000 08a701c8 08a70878 ............x...
0x0019d868: 00000000 00000000 08a701d0 08a70a18 ................
0x0019d878: 00000000 00000000 00000000 00000000 ................
0x0019d888: 00000000 00000000 00000000 00000000 ................
0x0019d898: 00000000 00000000 00000000 0019d8c0 ................
0x0019d8a8: 77c8acf0 72469bc5 0019d788 0019d8d0 ...w..Fr........
0x0019d8b8: 00000020 08b40000 00000014 fffffffe ...............
0x0019d8c8: 0019d960 77c993f9 0e8ba528 00000015 `......w(.......
0x0019d8d8: 08a707d0 00000020 00000000 0e8a0900 .... ...........
0x0019d8e8: 0e8ba038 77c98419 72469ae5 08b40000 8......w..Fr....
0x0019d8f8: 0ea18f40 0ea18f48 02000002 0000007e @...H.......~...
0x0019d908: b9003881 00000000 03000201 00000020 .8.......... ...
0x0019d918: 08a70830 0000001c 0019d958 77c94f7c 0.......X...|O.w
0x0019d928: 00000014 00000000 f50001f4 00000014 ................
0x0019d938: 0e8a08f0 0e8ba010 ac000ca0 fffffff3 ................
0x0019d948: 0019d97c 77c97951 08b40000 08b40000 |...Qy.w........
0x0019d958: 08b432c0 000007ff 00000000 0ea18f40 .2......... @...
0x0019d968: 08b40000 0e8ba010 00000001 0000077f ................
0x0019d978: 0e8a08f0 0019d9a0 0ea18f48 00000000 ........H.......
0x0019d988: 0e8b9008 000001f4 00000000 0019d9bc ................
0x0019d998: 0e8b9000 03000201 0e9d39f8 0e9e2dd8 .........9...-..
0x0019d9a8: 0e9e7928 00000064 0019d9e4 77c97951 (y..d.......Qy.w
0x0019d9b8: 08b40000 0e9e7928 0e9e7930 00000594 ....(y..0y......
0x0019d9c8: 00000014 08b431b0 004c3678 0e9e2dd8 .....1..x6L..-..
0x0019d9d8: 01cb0617 000001dc 0e9d39f8 0019da0c .........9......
0x0019d9e8: 77c9787d 005ca790 005be048 0e9e7930 }x.w..\.H.[.0y..
0x0019d9f8: 00000000 0ea18f48 00000000 00479170 ....H.......p.G.
0x0019da08: 0019da94 0019da48 004c31b4 08b40000 ....H....1L.....
0x0019da18: 00000000 004c31b9 005be048 0019da6c .....1L.H.[.l...
0x0019da28: 00000000 0019da6c 0019da20 00000000 ....l... .......
0x0019da38: 0019e2ac 004c3678 00530968 ffffffff ....x6L.h.S.....
0x0019da48: 004c31b9 00503a4c 0e9e7930 004785ee .1L.L:P.0y....G.
0x0019da58: 0e9e7930 00559338 004449e4 00000064 0y..8.U..ID.d...
0x0019da68: 005ac428 005268bc 00000000 00000000 (.Z..hR.........
0x0019da78: 000020f0 00000000 00000000 00000000 . ..............
0x0019da88: 00000000 005ca7a4 0019da94 00300000 ......\.......0.
0x0019da98: 00616e61 5c005c61 53200000 66697265 ana.a\.\.. Serif
0x0019daa8: 00000000 00000000 00000000 00000000 ................
0x0019dab8: 00000000 00000000 00000000 00000000 ................
0x0019dac8: 00000000 00000000 00000000 00000000 ................
0x0019dad8: 00000000 00000000 00000000 00000000 ................
0x0019dae8: 00000000 00000000 00000000 00000000 ................
0x0019daf8: 00000000 00000000 00000000 00000000 ................
0x0019db08: 00000000 00000000 00000003 00000003 ................
0x0019db18: 00000003 00668728 00000000 00000056 ....(.f.....V...
0x0019db28: 00000200 004d003c 0064006f 006c0075 ....<.M.o.d.u.l.
0x0019db38: 003e0065 003a003a 00650053 00550074 e.>.:.:.S.e.t.U.
0x0019db48: 0068006e 006e0061 006c0064 00640065 n.h.a.n.d.l.e.d.
0x0019db58: 00780045 00650063 00740070 006f0069 E.x.c.e.p.t.i.o.
0x0019db68: 0019e024 0019dbf4 0019db94 77cc329e $............2.w
0x0019db78: 0019dbd4 001a00fc 00000009 001a0000 ................
0x0019db88: 0019dc88 00000000 77c91bbe 0019dbec ...........w....
0x0019db98: 0019dc88 000007a0 001a1e68 1c188d21 ........h...!...
0x0019dba8: 00000010 77ca6e50 001a0001 0019dcd0 ....Pn.w........
0x0019dbb8: 001a1720 00000009 0101dc20 0000017c ....... ...|...
0x0019dbc8: 0000000c 00020000 0000000d 00020000 ................
0x0019dbd8: 00020000 0019dbf8 77cac522 0019dbf4 ........"..w....
0x0019dbe8: 00630000 0000000c 00020000 00020f80 ..c.............
0x0019dbf8: 0019dd58 77cac4f4 00635bda 77c967b7 X......w.[c..g.w
0x0019dc08: 72469e55 00000068 00630000 0000005e U.Frh.....c.^...
0x0019dc18: 00000000 00000000 02000002 000007a0 ................
0x0019dc28: 7300295a 00000018 00000003 00000000 Z).s............
0x0019dc38: 02000002 00000003 7300295a 1c188d21 ........Z).s!...
0x0019dc48: 00000001 ffffd6b3 00635bda fffffffd .........[c.....
0x0019dc58: 03000003 0019dd1c 45000045 00000003 ........E..E....
0x0019dc68: 45000045 ffffffe8 0019dcd0 0067a330 E..E........0.g.
0x0019dc78: 00000000 00000000 77c91173 77c98419 ........s..w...w
0x0019dc88: 72469e8d 00630000 0068d0d8 0068d0e0 ..Fr..c...h...h.
0x0019dc98: 02000002 00000000 7300295a 00000042 ........Z).sB...
0x0019dca8: 00000001 00000080 0000002d 006300c0 ........-.....c.
0x0019dcb8: 00630288 0019dd64 00000000 00000000 ..c.d...........
0x0019dcc8: 44010045 0019dd64 00000045 0019dd08 E..Dd...E.......
0x0019dcd8: 45000045 00000000 01680108 00000001 E..E......h.....
0x0019dce8: 0000002d 00630000 0063028c 00000000 -.....c...c.....
0x0019dcf8: 00000000 0068d0d8 0067a328 00000002 ......h.(.g.....
0x0019dd08: 00000001 00000045 fffffffe 00000000 ....E...........
0x0019dd18: 0068d0e0 00000000 00000020 00000003 ..h..... .......
0x0019dd28: 00000000 00000000 006300c0 00000000 ..........c.....
0x0019dd38: 00000042 00630000 00000200 00000042 B.....c.....B...
0x0019dd48: 00000000 00000042 058b3a05 0101fffe ....B....:......
0x0019dd58: 00630260 00000042 00000002 00630260 `.c.B.......`.c.
0x0019dd68: 006302c8 0019dd8c 0019e1e8 77cc5de0 ..c..........].w
0x0019dd78: 058b3a25 fffffffe 0019ddac 77c978aa %:...........x.w
0x0019dd88: 00000000 0068d0e0 0068d2f0 0068d0e0 ......h...h...h.
0x0019dd98: 00000000 0019e098 0068d0e0 00000054 ..........h.T...
0x0019dda8: 0068d340 0019e020 77c94c69 00630000 @.h. ...iL.w..c.
0x0019ddb8: 00000000 0068d0e0 0019e118 00000000 ......h.........
0x0019ddc8: 77c94c7c 00000000 0068d2f0 00000000 |L.w......h.....
0x0019ddd8: 01000000 02080054 0068d0e0 00000008 ....T.....h.....
0x0019dde8: 77c5119c 0068d2fc 02080054 0068d0e0 ...w..h.T.....h.
0x0019ddf8: 0067a338 08bb32dc 00000000 0019e0b8 8.g..2..........
0x0019de08: 00000005 00020020 ffffffff 02489068 .... .......h.H.
0x0019de18: 0019ddfc 0019e060 0019e054 7c34240d ....`...T....$4|
0x0019de28: 7c37a3a8 ffffffff 7c34218f 791e378b ..7|.....!4|.7.y
0x0019de38: 02489870 00000200 791e37a3 02489870 p.H......7.yp.H.
0x0019de48: 00000400 00000480 0234207b 77c967b7 ........{ 4..g.w
0x0019de58: 72469ca5 00000808 0019de84 77cc329e ..Fr.........2.w
0x0019de68: 72469d95 0019e180 00000057 0019df2e ..Fr....W.......
0x0019de78: 0019df78 00000000 0019de68 e0c2d69a x.......h.......
0x0019de88: 0019e3a0 77cc5de0 058b3bc5 fffffffe .....].w.;......
0x0019de98: 0019e128 77c93615 00000000 0019def0 (....6.w........
0x0019dea8: 0019e16c 0063b5f0 77c9362a 0019e180 l.....c.*6.w....
0x0019deb8: 01000000 00000000 0019e184 0019e288 ................
0x0019dec8: 01c9362a 00000280 0019e180 0000001a *6..............
0x0019ded8: 00000001 754d48b4 754d4810 00000014 .....HMu.HMu....
0x0019dee8: 0019e2a0 0019df38 00000000 00000000 ....8...........
0x0019def8: 0019e048 77c7e033 00000000 00000000 H...3..w........
0x0019df08: 77c7e04f 0057005c 001b0810 004f0000 O..w\.W.......O.
0x0019df18: 00530000 00530000 00000000 77c98419 ..S...S........w
0x0019df28: 7246a32d 00630000 0067a328 0067a330 -.Fr..c.(.g.0.g.
0x0019df38: 02000002 00000000 00000058 08b40000 ........X.......
0x0019df48: 00000049 00000000 00000000 00000000 I...............
0x0019df58: 00000000 00000000 08a707d0 00000058 ............X...
0x0019df68: 00000000 0e6d53c8 0e96e058 00000000 .....Sm.X.......
0x0019df78: 08a70000 08a70000 0e96e010 00000014 ................
0x0019df88: 0e70f628 0e8a73a0 0e8ac970 00000064 (.p..s..p...d...
0x0019df98: 0019dfcc 77c97951 08b40000 0e8ac970 ....Qy.w....p...
0x0019dfa8: 0e8ac978 77c94f7c 00000049 00000002 x...|O.wI.......
0x0019dfb8: 08b40000 0e8a73a0 0185034e 00000185 .....s..N.......
0x0019dfc8: 0e70f628 0019dff4 77c9787d 00000000 (.p.....}x.w....
0x0019dfd8: 08b40000 0e8ac978 0e96f248 77c94ea2 ....x...H....N.w
0x0019dfe8: 00000002 0e8ac978 08b40000 0019e148 ....x.......H...
0x0019dff8: 77c995ee 08b40000 00000002 0e8ac978 ...w........x...
0x0019e008: 7246a245 08b40000 0e8ac970 77c99616 E.Fr....p......w
0x0019e018: 058b3a25 fffffffe 02000002 77c978aa %:...........x.w
0x0019e028: f7000bfc 0067a330 00000000 fffff605 ....0.g.........
0x0019e038: 08b425a2 0019e0c8 0019e08c 00000000 .%..............
0x0019e048: 00000000 7246a335 00000000 0019e100 ....5.Fr........
0x0019e058: 00000004 754d441c 754d43e8 00000000 .....DMu.CMu....
0x0019e068: 08b40000 0019e0b8 00000000 00000000 ................
0x0019e078: 0e96f248 77c7e033 0e8ac977 0000006c H...3..ww...l...
0x0019e088: 77c7e04f 00000000 001b0810 0000002d O..w........-...
0x0019e098: 00000000 08b40000 0e8ac978 00000000 ........x.......
0x0019e0a8: 00000000 08b40000 0e8ac970 00000002 ........p.......
0x0019e0b8: 00000049 00000000 00000000 00000000 I...............
0x0019e0c8: 00000000 00000000 00000000 00000000 ................
0x0019e0d8: 00000000 00000000 00000000 00000000 ................
0x0019e0e8: 00000000 00000000 00000000 00000000 ................
0x0019e0f8: 00000000 00000000 00000000 00000000 ................
0x0019e108: 00000000 00000000 00000000 00000000 ................
0x0019e118: 00000000 00000000 00000000 00000000 ................
0x0019e128: 00000000 7246a245 0019e008 00000000 ....E.Fr........
0x0019e138: 0019e234 77cc5de0 00000000 00000000 4....].w........
0x0019e148: 00000000 00000000 00000000 00000000 ................
0x0019e158: 00000000 ffffffff 00000000 00000020 ............ ...
0x0019e168: 00000000 00000000 00000000 00000000 ................
0x0019e178: 00000000 00000000 00000000 00000000 ................
0x0019e188: 00000000 00000000 00000000 00000000 ................
0x0019e198: 00000000 00000000 00000000 00000000 ................
0x0019e1a8: 69746c55 6574616d 756c4220 6e552065 Ultimate Blue Un
0x0019e1b8: 726f6369 006e006e 00687461 00726500 icorn.n.ath..er.
0x0019e1c8: 20726563 006d694b 00000000 00000000 cer Kim.........
0x0019e1d8: 00000000 00000000 00000000 00000000 ................
0x0019e1e8: 00000000 00000000 00000000 00000000 ................
0x0019e1f8: 00000000 00000000 00000000 00000000 ................
0x0019e208: 00000000 00000000 00000000 00000000 ................
0x0019e218: 00000000 00000000 00000000 00000000 ................
0x0019e228: 00000000 00000000 00000000 0019e300 ................
0x0019e238: 08db1000 00000000 00000000 00000000 ................
0x0019e248: 00000000 00000000 00000000 00000000 ................
0x0019e258: ffffffff 00000000 00000004 00000000 ................
0x0019e268: 00000000 00000000 00000000 00000000 ................
0x0019e278: 00000000 00000000 00000000 00000000 ................
0x0019e288: 00000000 00000000 00000000 00000000 ................
0x0019e298: 00000000 00000000 00000000 0019eb0c ................
0x0019e2a8: 0051dc31 00000000 0042c5c8 0019e2f4 1.Q.......B.....
0x0019e2b8: 0055934c 005be048 00000001 00000000 L.U.H.[.........
0x0019e2c8: 748b3570 005268bc 00000000 00679e00 p5.t.hR.......g.
0x0019e2d8: 00000f8a 00000000 00000000 08db1002 ................
0x0019e2e8: 08db0368 0e96f258 0019e2f4 706f7270 h...X.......prop
0x0019e2f8: 6c696b53 78742e6c 2e000074 2e740068 Skill.txt...h.t.
0x0019e308: 00747874 636c6f56 59656e61 6f6c6c65 txt.VolcaneYello
0x0019e318: 78742e77 78742e74 78740074 00740074 w.txt.txt.txt.t.
0x0019e328: 001a2cb8 00630000 00636c88 000007ff .,....c..lc.....
0x0019e338: 001a0001 00679e40 001a1ec0 00000006 ....@.g.........
0x0019e348: 00000001 000004b8 fffffffe 00000009 ................
0x0019e358: 00679e48 00000000 0067a628 00000089 H.g.....(.g.....
0x0019e368: 0019e3e4 77c9161a 0067a620 3d000538 .......w .g.8..=
0x0019e378: 000000ca 00190000 0019e300 000000ca ................
0x0019e388: 00000000 000000ca 00000009 0101fffe ................
0x0019e398: 00636bd0 0000004a 0000000a 00636bd0 .kc.J........kc.
0x0019e3a8: 001a1ec0 00000e8c 0019ee60 77cc5de0 ........`....].w
0x0019e3b8: 058b3a25 fffffffe 0019e3ec 77c978aa %:...........x.w
0x0019e3c8: 00000000 00679e48 006772b4 006772b4 ....H.g..rg..rg.
0x0019e3d8: 00000000 7246a099 00000000 0019e460 ......Fr....`...
0x0019e3e8: 747436e6 0019e460 747436ff 00630000 .6tt`....6tt..c.
0x0019e3f8: 00000000 00679e48 0000005a 0000000e ....H.g.Z.......
0x0019e408: 0000000f 00636bd0 00630000 0068d0d8 .....kc...c...h.
0x0019e418: 74743a10 747ddb40 1f00001f 00630000 .:tt@.}t......c.
0x0019e428: 0000077f 0067a398 006300c0 0019e484 ......g...c.....
0x0019e438: 77c9b10d 00000001 000007ff 000029e1 ...w.........)..
0x0019e448: 0068d0d8 00630000 00000000 00679e48 ..h...c.....H.g.
0x0019e458: 00630000 77c967b7 00000000 00001dfc ..c..g.w........
0x0019e468: 000007ff 0000077f 000029e1 000029e1 .........)...)..
0x0019e478: 000029e1 00630000 0019e4d0 0019e4d0 .)....c.........
0x0019e488: 77c9ab99 00000000 00630000 0068d2e8 ...w......c...h.
0x0019e498: 0068d0d8 006772b4 0019e498 0068d0d8 ..h..rg.......h.
0x0019e4a8: 00635bdc 006772b4 0019e400 00000000 .[c..rg.........
0x0019e4b8: 00000000 00000000 00002a94 ffffd68e .........*......
0x0019e4c8: 0019e4d4 0067a330 0019e5d8 77c98755 ....0.g.....U..w
0x0019e4d8: 000029e1 77c98419 7246a6d5 00630000 .).....w..Fr..c.
0x0019e4e8: 0068d0d8 0068d0e0 00630000 75bef790 ..h...h...c....u
0x0019e4f8: 00636ce0 75bcc1b0 00000000 00000080 .lc....u........
0x0019e508: 0000002d 006300c0 00630288 0019e5bc -.....c...c.....
0x0019e518: 00000000 00000000 b600299f 0019e5bc .........)......
0x0019e528: 0000077f 0019e560 0000002d 00000000 ....`...-.......
0x0019e538: 01630198 00000001 0000002d 00630000 ..c.....-.....c.
0x0019e548: 00000001 000007ff 00000000 0068d0d8 ..............h.
0x0019e558: 0067a328 00000002 00000001 0067a330 (.g.........0.g.
0x0019e568: fffffffe 0000001f 006300c0 00000000 ..........c.....
0x0019e578: 0000001f 0000299f 00000000 00000000 .....)..........
0x0019e588: 0068d2f0 00000000 0067a3a0 00630000 ..h.......g...c.
0x0019e598: 00000200 00638ae0 000007ff 000029e1 ......c......)..
0x0019e5a8: 0000001f 0101fffe 0068d2e8 00001dfc ..........h.....
0x0019e5b8: 000007ff 00636bd0 006302cc 0019e5e4 .....kc...c.....
0x0019e5c8: 0019ea40 77cc5de0 058b3a25 fffffffe @....].w%:......
0x0019e5d8: 0019e604 77c978aa 00000000 0068d0e0 .....x.w......h.
0x0019e5e8: 00632080 0068d0e0 00000000 00636bd0 . c...h......kc.
0x0019e5f8: 00630000 0068d2e8 006320ce 0019e878 ..c...h.. c.x...
0x0019e608: 2d00002d 00630000 0000077f 0067a328 -..-..c.....(.g.
0x0019e618: 006300c0 0019e66c 77c9b10d 00000001 ..c.l......w....
0x0019e628: 000007ff 0000299f 0068d2e8 00630000 .....)....h...c.
0x0019e638: 00000000 00000008 00630000 77c967b7 ..........c..g.w
0x0019e648: 00000000 00001dfc 000007ff 0000077f ................
0x0019e658: 0000299f 0000299f 0000299f 00630000 .)...)...)....c.
0x0019e668: 0019e6b8 0019e6b8 77c9ab99 00000000 ...........w....
0x0019e678: 00630000 0068d4f8 0068d2e8 00642668 ..c...h...h.h&d.
0x0019e688: 00000000 0068d2e8 00635c44 006300c0 ......h.D\c...c.
0x0019e698: 00630200 00677288 00000000 4357c6c8 ..c..rg.......WC
0x0019e6a8: 00002a60 4357c6a8 0019e6c4 77c967b7 `*....WC.....g.w
0x0019e6b8: 7246ab05 00000038 08b40000 00000029 ..Fr8.......)...
0x0019e6c8: 7246a4cd 00630000 0068d2e8 0068d2f0 ..Fr..c...h...h.
0x0019e6d8: 00630000 00000009 006772d4 0019e78c ..c......rg.....
0x0019e6e8: 00000000 000007ff 000007ff 006300c0 ..............c.
0x0019e6f8: 00636ce0 00000000 08b421ae fffff477 .lc......!..w...
0x0019e708: 7400295d 00010005 9b000b90 00000000 ]).t............
0x0019e718: 0000077f 00000000 01190190 00000001 ................
0x0019e728: 0000001b 00630000 0068d2f0 000007ff ......c...h.....
0x0019e738: 00000048 0068d2e8 00000040 00000000 H.....h @.......
0x0019e748: 08b40000 77c94237 7246a4e5 00000007 ....7B.w..Fr....
0x0019e758: 00000000 00000000 00000000 0000295d ............])..
0x0019e768: 00000008 00000080 0068d500 00020000 ..........h.....
0x0019e778: 00000038 00000000 00656900 00638ae0 8........ie...c.
0x0019e788: 000007ff 00000000 0101001f 00000001 ................
0x0019e798: 08db0368 00000007 00000001 00636bd0 h............kc.
0x0019e7a8: 00000040 08db00a8 08db00a8 00000002 @...............
0x0019e7b8: 08db00b0 08b4efd8 fffffffe 00000001 ................
0x0019e7c8: 00000000 0068d2f0 08b402b0 0000000f ......h.........
0x0019e7d8: 00000000 00004ea2 0000001c 00000007 .....N..........
0x0019e7e8: 00000007 08b40260 08b456a0 08b4e1b8 ....`....V......
0x0019e7f8: 08b4e2d0 00000064 0019e834 77c97951 ....d...4...Qy.w
0x0019e808: 08b40000 08b4e2d0 08b4e2d8 00000038 ............8...
0x0019e818: 08b402b0 0019e83c 08b40000 08b4e1b8 ....<...........
0x0019e828: 00060017 00000006 08b456a0 0019e85c .........V..\...
0x0019e838: 77c9787d 00000007 08b40000 08b4e2d8 }x.w............
0x0019e848: 08db00b0 77c94ea2 00000002 08b4e2d8 .....N.w........
0x0019e858: 08b40000 0019e9b0 77c995ee 08b40000 ...........w....
0x0019e868: 00000002 08b4e2d8 7246aabd 08b40000 ..........Fr....
0x0019e878: 08b4e2d0 77c99616 f7000bfc 0067a330 .......w....0.g.
0x0019e888: 00000000 fffff605 08b425a2 0019e920 .........%.. ...
0x0019e898: f7000bfc 00000000 00000000 77c967b7 .............g.w
0x0019e8a8: f7000bfc 77c967b7 7246a90d 00000030 .....g.w..Fr0...
0x0019e8b8: 08b40000 00000022 02000002 77c967b7 ...."........g.w
0x0019e8c8: 7246a915 00000000 08b40000 00000220 ..Fr........ ...
0x0019e8d8: 005d0820 00000308 02000002 00000000 .].............
0x0019e8e8: f7000bfc 00000000 00000000 fffff40a ................
0x0019e8f8: 08b421ac 0000001d b600299f 08b40000 .!.......)......
0x0019e908: 08b4e2d8 ffffd6a6 00635c4a fffff477 ........J\c.w...
0x0019e918: 08b4e2d0 08db00b0 00000029 00000210 ........).......
0x0019e928: 00630000 00000004 9b000b90 0068d2f0 ..c...........h.
0x0019e938: 00000000 00000001 08b40000 00000043 ............C...
0x0019e948: 00000000 00000000 00000000 00000080 ................
0x0019e958: 00000007 08b400c0 08b40284 77c98419 ...............w
0x0019e968: 7246a96d 08b40000 08db00a8 08db00b0 m.Fr............
0x0019e978: 02000002 00000000 f7000bfc 00000000 ................
0x0019e988: 01000128 00000001 00000007 08db0368 (...........h...
0x0019e998: 00000001 00000006 00000028 08db00a8 ........(.......
0x0019e9a8: 06010007 00000002 08db00b0 00000016 ................
0x0019e9b8: 9b000b90 00000001 00a707d0 00000028 ............(...
0x0019e9c8: 08b402b0 08b40000 08b432c0 0000001f .........2......
0x0019e9d8: 00000007 08db00a8 00000006 08b40260 ............`...
0x0019e9e8: 00000001 0000077f 0019ea80 77cc5de0 .............].w
0x0019e9f8: 08db00b0 00000000 0019ea40 77c95005 ....... @....P.w
0x0019ea08: 005be048 00000001 08b402ac 0019ea34 H.[.........4...
0x0019ea18: 00000007 00000000 005ca700 00000080 ..........\.....
0x0019ea28: 00000000 00000007 08b40260 01010003 ........`.......
0x0019ea38: 08b431b0 00000007 00000007 08b40260 .1..........`...
0x0019ea48: 00000000 00000000 0019eab4 77cc5de0 .............].w
0x0019ea58: 058b3a25 fffffffe 0019ea88 77c978aa %:...........x.w
0x0019ea68: 00000000 08db00b0 005ca790 08db00b0 ..........\.....
0x0019ea78: 00000000 00000018 0019eb0c 004c3678 ............x6L.
0x0019ea88: 0019eac4 004c31b4 08b40000 00000000 .....1L.........
0x0019ea98: 004c31b9 005ca790 0019eb5c 00000000 .1L...\.\.......
0x0019eaa8: 00503a25 0019ea9c 00000000 0019eb0c %:P.............
0x0019eab8: 004c3678 00530968 ffffffff 004c31b9 x6L.h.S......1L.
0x0019eac8: 00503a4c 08db00b0 00406fb2 00406fb9 L:P......o@..o@.
0x0019ead8: 0019eb64 0019eb3c 00407511 0019eb65 d...<....u@.e...
0x0019eae8: 0019eb64 00479170 0019eb64 00000006 d...p.G.d.......
0x0019eaf8: 00000000 00000000 00000000 08b4e310 ................
0x0019eb08: 00000001 0019f37c 0051b45b 00000000 ....|...[.Q.....
0x0019eb18: 0040c8e8 00523150 747541c0 010a0990 ..@.P1R..Aut....
0x0019eb28: 0019f604 0065d330 00000000 00000000 ....0.e.........
0x0019eb38: 00000000 005268bc 00000000 00fc0b00 .....hR.........
0x0019eb48: 0000023e 00000000 00000000 08db035e >...........^...
0x0019eb58: 08db0120 005ca7a4 0019eb64 505f4200 .....\.d....B_P
0x0019eb68: 495f4457 554d4554 54414450 45540045 WD_ITEMUPDATE.TE
0x0019eb78: 756f0052 00656372 77ccc68c 00000033 R.ource....w3...
0x0019eb88: 0019ee38 0019ebf0 00000008 00000007 8...............
0x0019eb98: 0019ee05 0019ee18 77ccc447 0019ee05 ........G..w....
0x0019eba8: 00000007 0019ee38 0019ebf0 0019f0fc ....8...........
0x0019ebb8: 00000012 77ccc495 00f42520 00000000 .......w %......
0x0019ebc8: 00000000 0019eefc 00000008 00000000 ................
0x0019ebd8: 00000007 00000001 00000000 00000008 ................
0x0019ebe8: 0019ee38 00000000 00000008 fffffff9 8...............
0x0019ebf8: 00000000 00000007 00000008 0019eeb8 ................
0x0019ec08: 00000007 74761570 00000000 00010010 ....p.vt........
0x0019ec18: 7473dcfa 736f4c88 0019ecac 00000000 ..st.Los........
0x0019ec28: 00000000 00000000 00000000 00000010 ................
0x0019ec38: 00000001 00000000 00ef0820 747398e5 ........ .....st
0x0019ec48: 00fc0b0a 00000000 00010010 4357cedc ..............WC
0x0019ec58: 0019ec80 7473da79 00000000 00000000 ....y.st........
0x0019ec68: 00ef0820 00000000 00000001 756126cc ............&au
0x0019ec78: 736f4e5c 010a0990 00000000 0000009c \Nos............
0x0019ec88: 0000009c 00630000 77c969db 0066fa68 ......c..i.wh.f.
0x0019ec98: 00000000 77c967b7 7246aefd 00000070 .....g.w..Frp...
0x0019eca8: 00630000 00000064 0000009c 0000054c ..c.d.......L...
0x0019ecb8: 02000002 c0d6ac5e db002af1 0019ecd8 ....^....*......
0x0019ecc8: 736f4c0d 00000001 02000002 010a0990 .Los............
0x0019ecd8: db002af1 00000000 77c92e40 ffffd51d .*......@..w....
0x0019ece8: 00000000 754d42fc 754d42c8 010a0990 .....BMu.BMu....
0x0019ecf8: 00000001 00636bd0 00630000 0068c858 .....kc...c.X.h.
0x0019ed08: 0019ee58 77c7e033 4c00004c 00630000 X...3..wL..L..c.
0x0019ed18: 0000077f 00683940 006300c0 0019ed74 ....@9h...c.t...
0x0019ed28: 77c9b10d 00000001 000007ff 00002af1 ...w.........*..
0x0019ed38: 0068c858 0019ed5c 77ccc68c 00000034 X.h.\......w4...
0x0019ed48: 0019eff8 0019edb0 00000010 00000008 ................
0x0019ed58: 0019efc4 0019efd8 77ccc447 0019efc4 ........G..w....
0x0019ed68: 00000008 0019eff8 0019edb0 0019f098 ................
0x0019ed78: 00000020 77ccc495 00630000 00000000 ......w..c.....
0x0019ed88: 0068c800 0019edac 77ccc68c 00000036 ..h........w6...
0x0019ed98: 0019f048 0019ee00 00000048 00000001 H.......H.......
0x0019eda8: 0019f01b 0019f028 77ccc447 0019f01b ....(...G..w....
0x0019edb8: 00000001 0019f048 0019ee00 0019f0fc ....H...........
0x0019edc8: 0000000d 77ccc495 7246adc5 7246ad0d .......w..Fr..Fr
0x0019edd8: c0000034 0019ef10 0000030c 00000000 4...............
0x0019ede8: 0019edd4 77cbdd5c 0019ef54 77cc5de0 ....\..wT....].w
0x0019edf8: 058b323d fffffffe 0019eedc 7542dea7 =2............Bu
0x0019ee08: c0000034 00000000 0019efac 7542deb4 4.............Bu
0x0019ee18: 00677658 0019ef38 00677678 0019ef40 Xvg.8...xvg @...
0x0019ee28: 00000000 00000002 0000030c 0019ef44 ............D...
0x0019ee38: 00000000 00000000 0019ee44 00733c30 ........D...0<s.
0x0019ee48: 00000000 00732d90 00000000 11cfe580 .....-s.........
0x0019ee58: 0064f5c8 00677658 00677e28 00000064 ..d.Xvg.(~g.d...
0x0019ee68: 0019ee9c 77c97951 00630000 00677e28 ....Qy.w..c.(~g.
0x0019ee78: 00677e30 0077005c 006e0069 006e0072 0~g.\.w.i.n.r.n.
0x0019ee88: 002e0072 00677658 00310024 00000031 r...Xvg.$.1.1...
0x0019ee98: 0064f5c8 0019eec4 77c9787d 00000000 ..d.....}x.w....
0x0019eea8: 00000002 0019ef10 00000000 006f0077 ............w.o.
0x0019eeb8: 00360077 00630034 00750070 0019eed8 w.6.4.c.p.u.....
0x0019eec8: 77c75768 00630000 00000000 00677e30 hW.w..c.....0~g.
0x0019eed8: 0019eee8 77c938b7 00677e30 0019efac .....8.w0~g.....
0x0019eee8: 0019ef64 7542d95c 0019ef10 657f21f1 d...\.Bu.....!.e
0x0019eef8: 00000000 754d42fc 754d42c8 00000002 .....BMu.BMu....
0x0019ef08: 000d000c 0019ef58 00000000 00000000 ....X...........
0x0019ef18: 00000000 754d42fc 754d42c8 00630000 .....BMu.BMu..c.
0x0019ef28: 77c969db 0068cf50 00000000 77c967b7 .i.wP.h......g.w
0x0019ef38: 7246b385 00000190 00630000 00000184 ..Fr......c.....
0x0019ef48: 77c7e04f 0019ef38 001b0810 00190000 O..w8...........
0x0019ef58: 2d00002d 058b0000 00000000 00000000 -..-............
0x0019ef68: 02000002 c0000034 39002a13 754d42c8 ....4....*.9.BMu
0x0019ef78: 00000000 ffffd61f 00635c24 00000000 ........$\c.....
0x0019ef88: 00000000 00000000 00000000 00000000 ................
0x0019ef98: 00000000 00000000 00000000 77c967b7 .............g.w
0x0019efa8: 7246b3f5 00000068 00630000 00000060 ..Frh.....c.`...
0x0019efb8: 00000000 00000000 02000002 000029e1 .............)..
0x0019efc8: c80029e1 00000000 00000000 00000000 .)..............
0x0019efd8: 02000002 000007ff c80029e1 006300c0 .........)....c.
0x0019efe8: 00636ce0 ffffd62c 00635bda 00000000 .lc.,....[c.....
0x0019eff8: 03000003 00000000 00000000 00000000 ................
0x0019f008: 03000003 ffffffe3 01000100 00689bb0 ..............h.
0x0019f018: 00002a13 006300c0 00000001 0000000b .*....c.........
0x0019f028: 2d00002d 0068cf48 0068cf48 00000003 -..-H.h.H.h.....
0x0019f038: 00630000 0068cf50 00630284 0000001f ..c.P.h...c.....
0x0019f048: 00000000 00000080 00000010 006300c0 ..............c.
0x0019f058: 00630284 00000000 006300c0 00000000 ..c.......c.....
0x0019f068: 00000068 00636bd0 00000003 00000000 h....kc.........
0x0019f078: 00000010 00000000 018b0105 00000001 ................
0x0019f088: 00000010 0067a330 00000001 00000000 ....0.g.........
0x0019f098: 00000000 00689ba8 00689ba8 00000002 ......h...h.....
0x0019f0a8: 00689bb0 00689bb0 fffffffe 00000003 ..h...h.........
0x0019f0b8: 00630260 00000008 00000000 00000003 `.c.............
0x0019f0c8: 00000000 0000e3d5 03000003 00665998 .............Yf.
Re: try to fix my action slot to rotate
post here 1 line of your propskill
Re: try to fix my action slot to rotate
Quote:
Originally Posted by
raventh1984
post here 1 line of your propskill
Here
[CODE]6 SI_VAG_ONE_CLEANHIT IDS_PROPSKILL_TXT_000000 1 1 JTYPE_BASE JOB_VAGRANT DIS_VAGRANT JOB_VAGRANT = = = = = = = HD_ONE = = = = = = = = = = = = = 0 0 _NONE 0 0 0 = = AS_DIAGONAL WT_EQUIP = = = = = = = = = = = AR_SHORT = = = = = = = = = = = = = = = = = 0 3 = = = = = = = = = = XI_SKILL_VAG_ONE_CLEANHIT01 = = MTI_VAG_ONE_CLEANHIT = = EXT_MELEEATK WUI_TARGETINGOBJ SRO_DIRECT = DST_STR = RT_ATTACK = 5 = KT_SKILL 0 0 0 0 0 = 1 10 5 1 CT_STEP = = = = = = = = = SND_PC_DMGSWD = """skill_VagOneCleanh.dds""" 0 """""" IDS_PROPSKILL_TXT_000001 = =[CODE]
btw i got this error just now
[CODE]2016/10/20 02:54:28 Spec_Item.txt ID:0 last_read(ID:1 name:1)[CODE]
Re: try to fix my action slot to rotate
Here is mine.
6 SI_VAG_ONE_CLEANHIT IDS_PROPSKILL_TXT_000000 1 1 JTYPE_BASE JOB_VAGRANT DIS_VAGRANT JOB_VAGRANT = = = = = = = HD_ONE = = = = = = = = = = = = = 0 0 _NONE 0 0 0 = = AS_DIAGONAL WT_EQUIP = = = = = = = = = = = AR_SHORT = = = = = = = = = = = = = = = = = 0 3 = = = = = = = = = = XI_SKILL_VAG_ONE_CLEANHIT01 = = MTI_VAG_ONE_CLEANHIT = = EXT_MELEEATK WUI_TARGETINGOBJ SRO_DIRECT = DST_STR = RT_ATTACK = 5 = KT_SKILL 0 0 0 0 0 = 1 10 5 1 CT_STEP = = = = = = = = = SND_PC_DMGSWD = """skill_VagOneCleanh.dds""" 0 """""" IDS_PROPSKILL_TXT_000001 = RANK_MAX = 1
Compare those 2 and you will noticed what is wrong.
Its between WT_EQUIP and AR_SHORT look at the (=)
Also i have an bit more columns cause iam using full v19 resource.
Re: try to fix my action slot to rotate
Quote:
Originally Posted by
raventh1984
Here is mine.
6 SI_VAG_ONE_CLEANHIT IDS_PROPSKILL_TXT_000000 1 1 JTYPE_BASE JOB_VAGRANT DIS_VAGRANT JOB_VAGRANT = = = = = = = HD_ONE = = = = = = = = = = = = = 0 0 _NONE 0 0 0 = = AS_DIAGONAL WT_EQUIP = = = = = = = = = = = AR_SHORT = = = = = = = = = = = = = = = = = 0 3 = = = = = = = = = = XI_SKILL_VAG_ONE_CLEANHIT01 = = MTI_VAG_ONE_CLEANHIT = = EXT_MELEEATK WUI_TARGETINGOBJ SRO_DIRECT = DST_STR = RT_ATTACK = 5 = KT_SKILL 0 0 0 0 0 = 1 10 5 1 CT_STEP = = = = = = = = = SND_PC_DMGSWD = """skill_VagOneCleanh.dds""" 0 """""" IDS_PROPSKILL_TXT_000001 = RANK_MAX = 1
Compare those 2 and you will noticed what is wrong.
Its between WT_EQUIP and AR_SHORT look at the (=)
Also i have an bit more columns cause iam using full v19 resource.
i'm done editing now my database is crashing
Code:
E:\Elder Flyff\V19\Program\2.DatabaseServer.exe caused ACCESS_VIOLATION (0xc0000005)
in module E:\Elder Flyff\V19\Program\2.DatabaseServer.exe at 0023:0046f902.
Error occurred at 2016/10/20 21:25:40.
E:\Elder Flyff\V19\Program\2.DatabaseServer.exe, run by FuQuu.
Operation system : Unknown Windows version (6.2.9200).
4 processor(s), type 586.
58% memory in use.
2048 MBytes physical memory.
2048 MBytes physical memory free.
0 MBytes paging file.
0 MBytes paging file free.
2048 MBytes user address space.
1757 MBytes user address space free.
Write to location 0800d30e caused an access violation.
Context:
EDI: 0x0800d30e ESI: 0x0019c148 EAX: 0x08b06278
EBX: 0x00559370 ECX: 0x000000c1 EDX: 0x00000000
EIP: 0x0046f902 EBP: 0xffffffff SegCs: 0x00000023
EFlags: 0x00010202 ESP: 0x0019c0d8 SegSs: 0x0000002b
Bytes at CS:EIP:
f3 a5 eb 4c 83 3c a8 00 75 2f 8b 43 0c 8b 7b 04
Stack:
0x0019c0d8: 0000000f 00000000 00000010 00000000 ................
0x0019c0e8: 00472d75 ffffffff 0019c148 00000000 u-G.....H.......
0x0019c0f8: 005be048 00559338 00000001 00000000 H.[.8.U.........
0x0019c108: 00559338 0ead4ef0 6e000000 41207965 8.U..N.....ney A
0x0019c118: 0e006578 00001dfc 00000000 0000000f xe..............
0x0019c128: 0000d060 6e000000 41207965 0e006578 `......ney Axe..
0x0019c138: 00ad7d50 00000000 0000000f ffffffff P}..............
0x0019c148: ffffffff 6e000036 41207965 00006578 ....6..ney Axe..
0x0019c158: 00000000 00000000 00000000 00000000 ................
0x0019c168: 00000000 00000000 00000000 00000000 ................
0x0019c178: 00000000 00000000 00000000 00000000 ................
0x0019c188: 00000000 00000000 00000000 00000000 ................
0x0019c198: 00000000 00000000 00000000 00000000 ................
0x0019c1a8: 00000000 00000000 0000005b 00000000 ........[.......
0x0019c1b8: 00000001 00000001 00000001 00000002 ................
0x0019c1c8: 00000003 00000001 00000001 ffffffff ................
0x0019c1d8: ffffffff 0000001b 000042cc 007a1200 .........B....z.
0x0019c1e8: 00000064 000000b4 00000001 ffffffff d...............
0x0019c1f8: 0000000a ffffffff 00000000 ffffffff ................
0x0019c208: ffffffff 0000001b 00000003 ffffffff ................
0x0019c218: ffffffff ffffffff ffffffff 00000001 ................
0x0019c228: ffffffff ffffffff ffffffff 00000001 ................
0x0019c238: 00000040 00000048 00000000 00000000 @...H...........
0x0019c248: 00000000 00000000 00000000 00000000 ................
0x0019c258: ffffffff 00000002 00000002 00000001 ................
0x0019c268: 00000000 ffffffff ffffffff ffffffff ................
0x0019c278: bf800000 ffffffff 00000000 ffffffff ................
0x0019c288: 00000001 ffffffff ffffffff ffffffff ................
0x0019c298: ffffffff ffffffff ffffffff ffffffff ................
0x0019c2a8: ffffffff ffffffff ffffffff ffffffff ................
0x0019c2b8: ffffffff ffffffff ffffffff ffffffff ................
0x0019c2c8: ffffffff ffffffff ffffffff ffffffff ................
0x0019c2d8: ffffffff ffffffff ffffffff ffffffff ................
0x0019c2e8: ffffffff ffffffff ffffffff ffffffff ................
0x0019c2f8: ffffffff 00000014 ffffffff ffffffff ................
0x0019c308: ffffffff ffffffff ffffffff ffffffff ................
0x0019c318: ffffffff ffffffff 00000000 ffffffff ................
0x0019c328: ffffffff ffffffff ffffffff ffffff9c ................
0x0019c338: 00000000 ffffff9c 00000000 00000000 ................
0x0019c348: 00000000 00000000 00000000 00000000 ................
0x0019c358: ffffffff ffffffff ffffffff bf800000 ................
0x0019c368: bf800000 bf800000 ffffffff ffffffff ................
0x0019c378: ffffffff ffffffff 0000001b ffffffff ................
0x0019c388: 00000000 00000030 00000000 00000000 ....0...........
0x0019c398: 00000000 00000000 00000000 00000000 ................
0x0019c3a8: 00000000 00000000 00000000 00000000 ................
0x0019c3b8: 00000000 00000000 00000000 00000000 ................
0x0019c3c8: 00000000 00000000 00000000 00000000 ................
0x0019c3d8: 00000000 00000000 00000001 0000012c ............,...
0x0019c3e8: 00000000 00000000 00000001 00000000 ................
0x0019c3f8: 00000000 00000000 00000001 00000000 ................
0x0019c408: 00000002 ffffffff ffffffff ffffffff ................
0x0019c418: ffffffff ffffffff ffffffff ffffffff ................
0x0019c428: ffffffff ffffffff ffffffff 00000001 ................
0x0019c438: 00000001 00000001 00000001 00000000 ................
0x0019c448: 00000000 0e998130 005be001 00526a28 ....0.....[.(jR.
0x0019c458: 00000000 00000000 007788c8 00000000 ..........w.....
0x0019c468: 00000000 0edd65d4 0edd5020 0e9d9c10 .....e.. P......
0x0019c478: 0019c47c 00300031 504f5250 4d455449 |...1.0.PROPITEM
0x0019c488: 5458545f 3030305f 00353431 6e6f0000 _TXT_000145...on
0x0019c498: 68676900 72616d74 6c007365 00726f6f .ightmares.loor.
0x0019c4a8: 62207300 70752079 206f7420 25303034 .s by up to 400%
0x0019c4b8: 6e6f2820 7720796c 206e6568 20656874 (only when the
0x0019c4c8: 64726f4c 65737520 68742073 61702065 Lord uses the pa
0x0019c4d8: 20797472 6c696b73 6120736c 20612073 rty skills as a
0x0019c4e8: 74726170 656c2079 72656461 2e650029 party leader).e.
0x0019c4f8: 73726f00 7920002e 2e726165 73002e00 .ors.. year....s
0x0019c508: 6d6f6320 65682065 002e6572 206e6f20 come here.. on
0x0019c518: 20656874 74736577 646e6520 546e5c2e the west end.\nT
0x0019c528: 20736968 65657274 6f727020 65637564 his tree produce
0x0019c538: 72452073 2e736e6f 20657400 72636e69 s Erons..te incr
0x0019c548: 65736165 2041202e 63204b50 61726168 ease. A PK chara
0x0019c558: 72657463 6e207327 20656d61 64207369 cter's name is d
0x0019c568: 6c707369 64657961 206e6920 2e646572 isplayed in red.
0x0019c578: 756f5920 4b502072 74617220 61632065 Your PK rate ca
0x0019c588: 6562206e 64657220 656d6565 79622064 n be redeemed by
0x0019c598: 6d6f6320 74656c70 20676e69 6f432061 completing a Co
0x0019c5a8: 7365666e 6e6f6973 65757120 002e7473 nfession quest..
0x0019c5b8: 756e696d 2e736574 72657300 57202e73 minutes..sers. W
0x0019c5c8: 206e6568 20756f79 73657270 74532073 hen you press St
0x0019c5d8: 20747261 74747562 202c6e6f 756e656d art button, menu
0x0019c5e8: 6c697720 6873206c 6120776f 7720646e will show and w
0x0019c5f8: 206e6568 20756f79 6f6f6863 70206573 hen you choose p
0x0019c608: 61766972 73206574 2c706f68 69727020 rivate shop, pri
0x0019c618: 65746176 6f687320 69772070 776f646e vate shop window
0x0019c628: 6c697720 6873206c 202e776f 20756f59 will show. You
0x0019c638: 206e6163 69676572 72657473 6d616e20 can register nam
0x0019c648: 666f2065 6f687320 6e612070 68742064 e of shop and th
0x0019c658: 74692065 20736d65 20756f79 746e6177 e items you want
0x0019c668: 206f7420 6c6c6573 65687420 6c63206e to sell then cl
0x0019c678: 206b6369 62204b4f 6f747475 6f74206e ick OK button to
0x0019c688: 61747320 74207472 70206568 61766972 start the priva
0x0019c698: 73206574 2e706f68 20664920 2043504e te shop. If NPC
0x0019c6a8: 70207369 6563616c 656e2064 62207261 is placed near b
0x0019c6b8: 6f792079 70202c75 61766972 73206574 y you, private s
0x0019c6c8: 20706f68 6c6c6977 746f6e20 65706f20 hop will not ope
0x0019c6d8: 66002e6e 30303066 20772f30 72616863 n..ff0000/w char
0x0019c6e8: 65746361 616e2072 2320656d 5c2e636e acter name #nc.\
0x0019c6f8: 756f596e 6e616320 65737520 69685720 nYou can use Whi
0x0019c708: 72657073 74756220 206e6f74 74206e6f sper button on t
0x0019c718: 63206568 20746168 646e6977 5c2e776f he chat window.\
0x0019c728: 236e5c6e 66632362 30303066 a6666630 n\n#b#cff0000ff.
0x0019c738: 69754720 4320646c 23746168 6e23626e Guild Chat#nb#n
0x0019c748: 596e5c63 6320756f 75206e61 69206573 c\nYou can use i
0x0019c758: 68772074 79206e65 6120756f 69206572 t when you are i
0x0019c768: 2061206e 6c697567 54202e64 77206568 n a guild. The w
0x0019c778: 79207961 7420756f 206b6c61 61207369 ay you talk is a
0x0019c788: 63236464 66666666 30303030 2320672f dd#cffff0000/g #
0x0019c798: 5c2e636e 756f596e 6e616320 65737520 nc.\nYou can use
0x0019c7a8: 69754720 6220646c 6f747475 6e6f206e Guild button on
0x0019c7b8: 65687420 61686320 69772074 776f646e the chat window
0x0019c7c8: 5c6e5c2e 2362236e 30666663 66303030 .\n\n#b#cff0000f
0x0019c7d8: 5320a666 65747379 654d206d 67617373 f. System Messag
0x0019c7e8: 626e2365 5c636e23 6c6c416e 20666f20 e#nb#nc\nAll of
0x0019c7f8: 20656874 7373656d 73656761 63786520 the messages exc
0x0019c808: 20747065 74616863 73656d20 65676173 ept chat message
0x0019c818: 73696420 79616c70 206e6920 74737973 display in syst
0x0019c828: 77206d65 6f646e69 6f542e77 65686320 em window.To che
0x0019c838: 70206b63 73736572 53595320 204d4554 ck press SYSTEM
0x0019c848: 74747562 6f206e6f 6874206e 68632065 button on the ch
0x0019c858: 77207461 6f646e69 6e5c2e77 62236e5c at window.\n\n#b
0x0019c868: 66666323 30303030 20a66666 746c6946 #cff0000ff. Filt
0x0019c878: 46207265 74636e75 236e6f69 6e23626e er Function#nb#n
0x0019c888: 596e5c63 6320756f 73206e61 74206565 c\nYou can see t
0x0019c898: 63206568 20746168 74616874 756f7920 he chat that you
0x0019c8a8: 6e617720 6f742074 65657320 6854202e want to see. Th
0x0019c8b8: 61772065 6f792079 6f642075 20736920 e way you do is
0x0019c8c8: 73657270 69462073 7265746c 74756220 press Filter but
0x0019c8d8: 2e6e6f74 7c36d100 00000000 00000200 ton...6|........
0x0019c8e8: 748a51a0 7c36d1d1 00000000 00000000 .Q.t..6|........
0x0019c8f8: 00000000 00000000 00000000 00000000 ................
0x0019c908: 00000007 00000000 00000000 00000000 ................
0x0019c918: 00000000 00000000 00000000 00000001 ................
0x0019c928: 00000000 00000000 00000017 0019d41c ................
0x0019c938: 00000006 ffffffff 00000000 7c36c958 ............X.6|
0x0019c948: 00000065 0019cde4 7c36c9b7 00000065 e.........6|e...
0x0019c958: 00000020 fffffff9 7c36d180 00000000 .........6|....
0x0019c968: 00000200 748a51a0 7c36d1d1 00000000 .....Q.t..6|....
0x0019c978: 00000000 00000000 793e83f8 791b8c61 ..........>ya..y
0x0019c988: 00000000 00000007 00000000 00000000 ................
0x0019c998: 00000000 00000000 791b48fa 798719c0 .........H.y...y
0x0019c9a8: 00000001 00000000 00000000 00000036 ............6...
0x0019c9b8: 0019d4a0 00000007 ffffffff 00000000 ................
0x0019c9c8: 00c26e9c 0019cfc0 7920fd39 791b59ef .n......9. y.Y.y
0x0019c9d8: 000060ec 006d6220 798719ae 798719d0 .`.. bm....y...y
0x0019c9e8: 00000002 791b48fa 000060ec 006d6220 .....H.y.`.. bm.
0x0019c9f8: 798719ae 791b9331 798719c0 0019ca28 ...y1..y...y(...
0x0019ca08: 006d631a 0019ca2b 0019c9f0 0019c9d8 .cm.+...........
0x0019ca18: 0019cfc0 0019cfc0 7920fd39 791b59f8 ........9. y.Y.y
0x0019ca28: ffffffff 791b59ef 791b90c8 7990599c .....Y.y...y.Y.y
0x0019ca38: ffffffff 798719ae 006d6220 00000006 .......y bm.....
0x0019ca48: 0019ca64 791b86fa 798719ae 0000002a d......y...y*...
0x0019ca58: 0c000000 0019cab0 006d6220 0019ca90 ........ bm.....
0x0019ca68: 791b8798 02000040 791e9674 02000040 ...y@...t..y@...
0x0019ca78: 08c741b8 006d6220 08c741b8 00000001 .A.. bm..A......
0x0019ca88: 00000000 006d6220 0019caec 006d6220 .... bm..... bm.
0x0019ca98: 791b721b 0019caec 791b896f 0019cab0 .r.y....o..y....
0x0019caa8: 791b897b 0019caeb ffffffff 00000000 {..y............
0x0019cab8: 00000002 00100004 00000000 00000000 ................
0x0019cac8: 00000000 00000001 00000000 00000000 ................
0x0019cad8: 00000000 00000000 00000000 00000000 ................
0x0019cae8: 136d9f7a 0019cb04 791b892f 00000001 z.m...../..y....
0x0019caf8: 791e9674 0019cb20 0019cb80 0019cb78 t..y .......x...
0x0019cb08: 791e964e 006d6218 02000040 791e9674 N..y.bm @...t..y
0x0019cb18: 08c741b8 791e966f 00000000 006ca958 .A..o..y....X.l.
0x0019cb28: fffffffe 00000000 80131522 00000000 ........".......
0x0019cb38: 06000000 0019d76c 006d6218 006d6ac8 ....l....bm..jm.
0x0019cb48: 0200003f 00000000 00000000 00100004 ?...............
0x0019cb58: 00000000 00000000 00000001 08c741b8 .............A..
0x0019cb68: 08c741f0 791b7975 0019cfe4 791b7a44 .A..uy.y....Dz.y
0x0019cb78: 00000010 0019cfcc 00000001 00000015 ................
0x0019cb88: 00000000 00000000 0eac8028 00000001 ........(.......
0x0019cb98: 00000000 08c877dc 00000000 00000000 .....w..........
0x0019cba8: 000000ef 06000000 00000000 00000000 ................
0x0019cbb8: 00000000 00000000 00000000 00000000 ................
0x0019cbc8: 00000000 00000000 00000000 00000000 ................
0x0019cbd8: 00000425 00000425 00000425 00000001 %...%...%.......
0x0019cbe8: 00000001 00000000 00000000 00000000 ................
0x0019cbf8: 00000000 77c967b7 7f8c5852 00000408 .....g.wRX......
0x0019cc08: 02540000 00000400 00000000 00000000 ..T.............
0x0019cc18: 00000000 00000000 09000009 00000000 ................
0x0019cc28: 19000000 00000000 02000002 00000000 ................
0x0019cc38: 76000274 00000000 00000000 fffffe0d t..v............
0x0019cc48: 025446c2 00000000 00000000 00000000 .FT.............
0x0019cc58: 00000000 00000000 00000001 136d9f7a ............z.m.
0x0019cc68: 0019c828 02548c48 0019cdc0 7920fd39 (...H.T.....9. y
0x0019cc78: 791b8203 00000003 00000000 00000000 ...y............
0x0019cc88: 00000000 0eac8028 00000001 00000000 ....(...........
0x0019cc98: 00000000 00000000 00000000 00000000 ................
0x0019cca8: 00000000 00000000 02545630 006a0000 ........0VT...j.
0x0019ccb8: 00000000 79905387 00000009 0019cca4 .....S.y........
0x0019ccc8: 00000000 0019d024 000001f4 0019cd30 ....$.......0...
0x0019ccd8: 75425d1d 0019d012 00000012 0019cd00 .]Bu............
0x0019cce8: 79905387 00000009 0000fde9 0019d012 .S.y............
0x0019ccf8: 75425d5b 00000002 00000012 0019d012 []Bu............
0x0019cd08: fffffffe 00000000 00000009 02548c40 ............@.T.
0x0019cd18: 000001f3 02544570 00000001 00000042 ....pET.....B...
0x0019cd28: 025400c0 fc79256d 0019cd50 791b7803 ..T.m%y.P....x.y
0x0019cd38: 0000fde9 00000008 79905387 7e9cb767 .........S.yg..~
0x0019cd48: 0019cd80 7c36a94a 0019cd60 793ea5f4 ....J.6|`.....>y
0x0019cd58: 0019cdac 748a51a0 0019d657 7fffffcf .....Q.tW.......
0x0019cd68: 0019d628 00000042 00000010 006b6260 (...B.......`bk.
0x0019cd78: 136d9f7a 0019da38 793cd7e0 ffffffff z.m.8.....<y....
0x0019cd88: 0019cd9c 791e34a3 00000004 0019d628 .....4.y....(...
0x0019cd98: 00000002 0019da44 791eaddd 00000004 ....D......y....
0x0019cda8: 0019d628 006d6218 00000001 791eae29 (....bm.....)..y
0x0019cdb8: 00000010 02548c48 0019ce08 7c34218a ....H.T......!4|
0x0019cdc8: 02540000 00000000 7c34218f 00000400 ..T......!4|....
0x0019cdd8: 08c74f10 00000200 00000001 006b6260 .O..........`bk.
0x0019cde8: 791da167 02548c48 0019cdd4 79901195 g..yH.T........y
0x0019cdf8: 0019d03c 7c34240d 7c37a3a8 77c967b7 <....$4|..7|.g.w
0x0019ce08: 7f8c5a5a 00000180 006a0000 00000174 ZZ........j.t...
0x0019ce18: 006a0000 00000128 79900758 02548c48 ..j.(...X..yH.T.
0x0019ce28: 1c00001c 02548c48 1c00001c 00000400 ....H.T.........
0x0019ce38: 02000002 0000000c b00003b3 00001e41 ............A...
0x0019ce48: da0003d9 fffffc7d 006a5f10 fffffc4d ....}...._j.M...
0x0019ce58: 006a5efc 00000000 0019d2dc 791b7975 .^j.........uy.y
0x0019ce68: 0019d2dc 791b7a44 00000010 006e3250 ....Dz.y....P2n.
0x0019ce78: 00000000 006e3120 791b7a44 0000002e .... 1n.Dz.y....
0x0019ce88: 793e83f8 00000024 00000000 77c967b7 ..>y$........g.w
0x0019ce98: 7f8c5aea 00000408 02540000 00000400 .Z........T.....
0x0019cea8: 00000005 00bec61c 0019cebc 77c98419 ...............w
0x0019ceb8: 09000009 006a0000 006e3118 006e3120 ......j..1n. 1n.
0x0019cec8: 02000002 08c88f44 76000274 00000004 ....D...t..v....
0x0019ced8: 00000006 fffffe0d 025446c2 006a0000 .........FT...j.
0x0019cee8: 006e3248 006e3250 793e84b0 0019d1c0 H2n.P2n...>y....
0x0019cef8: 1c00001c 00000000 0019cf24 02548c48 ........$...H.T.
0x0019cf08: 80000383 00c14b50 7988af98 0000007f ....PK.....y....
0x0019cf18: 00000000 006a0000 80000383 000001f3 ......j.........
0x0019cf28: 02540000 006e3118 0019d49c 77c98419 ..T..1n........w
0x0019cf38: 7f8c4532 02540000 02548c40 02548c48 2E....T.@.T.H.T.
0x0019cf48: 02545630 000007ff 09000009 006e3118 0VT..........1n.
0x0019cf58: 00000408 00000080 00000001 791b96db ...............y
0x0019cf68: 000001f4 00000000 016e0120 00000000 ........ .n.....
0x0019cf78: 00000000 025400c0 00000000 00000000 ......T.........
0x0019cf88: 00000000 02548c40 02548c40 00000002 ....@.T.@.T.....
0x0019cf98: 02548c48 02540000 fffffffe 000007ff H.T...T.........
0x0019cfa8: 00000003 02548c40 000001f3 02544570 ....@.T.....pET.
0x0019cfb8: 00000001 00006ec0 00000200 0000002b .....n......+...
0x0019cfc8: 791e348a 00000000 006b6260 000001f3 .4.y....`bk.....
0x0019cfd8: 00000010 77cc5de0 02549050 fffffffe .....].wP.T.....
0x0019cfe8: 00000274 77c90000 00000400 00000274 t......w....t...
0x0019cff8: 00000000 00000020 00000200 00790053 .... .......S.y.
0x0019d008: 00740073 006d0065 0054002e 006d0069 s.t.e.m...T.i.m.
0x0019d018: 00530065 00610070 0000006e 77cc5de0 e.S.p.a.n....].w
0x0019d028: 0841ec2a fffffffe 0019d058 77c978aa *.A.....X....x.w
0x0019d038: 00000000 02548c48 00000400 02548c48 ....H.T.....H.T.
0x0019d048: 00000200 00000400 00000012 02548c48 ............H.T.
0x0019d058: 0019d0a0 7c34218a 02540000 00000000 .....!4|..T.....
0x0019d068: 7c34218f 00000400 08c752ac 00000200 .!4|.....R......
0x0019d078: 00000001 0019d094 791da167 02548c48 ........g..yH.T.
0x0019d088: 0019d06c 79905d82 0019d2d4 7c34240d l....].y.....$4|
0x0019d098: 7c37a3a8 77c967b7 7f8c44f2 00000180 ..7|.g.w.D......
0x0019d0a8: 006a0000 00000174 08c752ac 791bd55a ..j.t....R..Z..y
0x0019d0b8: 79904a3c 02548c48 13000013 02548c48 <J.yH.T.....H.T.
0x0019d0c8: 00000400 00000400 02000002 00000000 ................
0x0019d0d8: 51000352 00000000 00000000 fffffcde R..Q............
0x0019d0e8: 006a5f10 00000000 00000000 00000000 ._j.............
0x0019d0f8: 00000000 00000000 00000000 00000000 ................
0x0019d108: 00000000 006e3558 0019d5cc 0019d19c ....X5n.........
0x0019d118: 7c36b864 0000002e 00000002 7e9cb700 d.6|...........~
0x0019d128: 0019d1dc 0019d148 00000002 08c898b4 ....H...........
0x0019d138: 0019d144 00000003 00000005 00bec640 D.......... @...
0x0019d148: 0019d154 791b2f04 791b2f0a 0019d1f8 T..../.y./.y....
0x0019d158: 791b9a82 006be998 793e6fc8 08c898b4 ...y..k..o>y....
0x0019d168: 0019d5c4 00000004 00000006 77c98419 ...............w
0x0019d178: 7f8c4772 006a0000 006e3550 006e3558 rG....j.P5n.X5n.
0x0019d188: 0019d734 7920fd39 13000013 ffffffff 4...9. y........
0x0019d198: 00000200 00000022 791e348a 00c14b50 ...."....4.yPK..
0x0019d1a8: 006b6260 0019d5c4 00000010 00c14b4b `bk.........KK..
0x0019d1b8: 21000322 00000000 0019d67c 0019d24c "..!....|...L...
0x0019d1c8: 7c36b864 0019d734 00000002 7e9cb767 d.6|4.......g..~
0x0019d1d8: 0019d28c 7c36c958 00000072 0019d67c ....X.6|r...|...
0x0019d1e8: 7c36c9b7 00000072 00000020 ffffffe5 ..6|r... .......
0x0019d1f8: 7c36d180 00000000 00000200 0000002b ..6|........+...
0x0019d208: 7c36d1d1 7920fd39 791b4900 ffffffff ..6|9. y.I.y....
0x0019d218: 791b48fa 791b7af8 00000000 00000000 .H.y.z.y........
0x0019d228: 00000000 006d6200 00000000 00000000 .....bm.........
0x0019d238: 791b8263 798ee5a0 00000001 00000000 c..y...y........
0x0019d248: 00000000 00000025 0019df44 0000001b ....%...D.......
0x0019d258: ffffffff 00000000 00040042 00000823 ........B...#...
0x0019d268: 0019d287 006d6362 006d6220 006d6220 ....bcm. bm. bm.
0x0019d278: 0019d29c 77c967b7 7f8c46d2 00000488 .....g.w.F......
0x0019d288: 02540000 00000480 0c000000 0019d2e4 ..T.............
0x0019d298: 03000003 0019d2c4 95000792 02000041 ............A...
0x0019d2a8: 0019d2d8 08c758bc 03000003 08c758bc .....X.......X..
0x0019d2b8: 95000792 00000000 006d6220 fffff8ff ........ bm.....
0x0019d2c8: 025446e2 791b721b 0019d320 791b896f .FT..r.y ...o..y
0x0019d2d8: 0019d2e4 791b897b 95000792 fffff978 ....{..y....x...
0x0019d2e8: 791b48fa 02549870 0019d36c 0000016d .H.yp.T.l...m...
0x0019d2f8: 7f8c414a 0000008e 95000792 0019d380 JA..............
0x0019d308: 000000cb 00000079 02540000 0019d900 ....y.....T.....
0x0019d318: 025456d4 77c98419 7f8c411a 02540000 .VT....w.A....T.
0x0019d328: 02549868 02549870 03000003 ffffffff h.T.p.T.........
0x0019d338: 95000792 791b7af8 95000792 00000004 .....z.y........
0x0019d348: 00000712 798eed08 0000008a 00000000 .......y........
0x0019d358: 010001c9 00000001 79000079 0254b358 ........y..yX.T.
0x0019d368: 00000001 00000000 95000792 fffff8e7 ................
0x0019d378: 02549868 00000002 02549870 02540000 h.T.....p.T...T.
0x0019d388: 025456d4 00000080 00000004 02549868 .VT.........h.T.
0x0019d398: 00000079 77c967b7 7f8c41f2 00000068 y....g.w.A..h...
0x0019d3a8: 006a0000 0000005a 02549870 00000000 ..j.Z...p.T.....
0x0019d3b8: 02000002 00000079 d70028ff 77cc5de0 ....y....(...].w
0x0019d3c8: 0254b350 95000792 02000002 00000000 P.T.............
0x0019d3d8: d70028ff 0000010a 00000000 ffffd70e .(..............
0x0019d3e8: 006a5eca fffffffd 03000003 0000008a .^j.............
0x0019d3f8: 45000045 025455d0 03000003 ffffffcb E..E.UT.........
0x0019d408: 0019d478 006dd070 0841ec2a fffffffe x...p.m.*.A.....
0x0019d418: 0019d440 77c98419 7f8c401a 006a0000 @......w @....j.
0x0019d428: 006fb3b0 006fb3b8 02000002 00000400 ..o...o.........
0x0019d438: d70028ff 00000042 00000000 00000080 .(..B...........
0x0019d448: 00000010 006a00c0 006a0284 0019d4fc ......j...j.....
0x0019d458: 00000000 00000000 44010045 0019d4fc ........E..D....
0x0019d468: 00000003 0019d4a0 45000045 00000000 ........E..E....
0x0019d478: 016f01e0 00000001 00000010 006a0000 ..o...........j.
0x0019d488: 006a028c 00000000 00000000 006fb3b0 ..j...........o.
0x0019d498: 006dd068 00000002 00000001 00000045 h.m.........E...
0x0019d4a8: fffffffe 00000003 006fb3b8 00000000 ..........o.....
0x0019d4b8: 00000000 00000003 00000000 00000000 ................
0x0019d4c8: 03000003 006f7ef0 00000042 006a0000 .....~o.B.....j.
0x0019d4d8: 00000200 00000042 00000000 00000042 ....B.......B...
0x0019d4e8: 0841ec0a 0101fffe 006a0260 00000042 ..A.....`.j.B...
0x0019d4f8: 00000002 006a0260 006a02c8 0019d524 ....`.j...j.$...
0x0019d508: 0019d984 77cc5de0 0841ec2a fffffffe .....].w*.A.....
0x0019d518: 0019d544 77c978aa 00000000 006fb3b8 D....x.w......o.
0x0019d528: 006fb5c8 006fb3b8 00000000 0019d830 ..o...o.....0...
0x0019d538: 006fb3b8 00000050 006fb618 0019d7b8 ..o.P.....o.....
0x0019d548: 77c94c69 006a0000 00000000 006fb3b8 iL.w..j.......o.
0x0019d558: 0019d8b0 00000000 77c94c7c 00549068 ........|L.wh.T.
0x0019d568: 006fb5c8 00000000 01000792 02080050 ..o.........P...
0x0019d578: 006fb3b8 00000008 77c5119c 006fb5d4 ..o........w..o.
0x0019d588: 02080050 006fb3b8 006dd078 0254b358 P.....o.x.m.X.T.
0x0019d598: 00000000 0019d850 00000005 00020020 ....P....... ...
0x0019d5a8: 95000792 fffff978 02549068 02549068 ....x...h.T.h.T.
0x0019d5b8: fffffffe 02540000 025456d4 000007ff ......T..VT.....
0x0019d5c8: 0000010a 02549060 00000000 00000000 ....`.T.........
0x0019d5d8: 00000001 00000712 0000008a 025455d0 .............UT.
0x0019d5e8: 02549068 00000000 0254b358 0000010a h.T.....X.T.....
0x0019d5f8: 0841ec0a fffffffe 0254b350 95000792 ..A.....P.T.....
0x0019d608: 0000020b 00000000 02545800 0000020b .........XT.....
0x0019d618: 00000000 0000020b 0000000a 01010808 ................
0x0019d628: 025455d0 0000018b 0000000b 025455d0 .UT..........UT.
0x0019d638: 00000000 02549068 0019d6b0 77cc5de0 ....h.T......].w
0x0019d648: 0841ec2a fffffffe 0019d678 77c978aa *.A.....x....x.w
0x0019d658: 00000000 02549068 00000050 02549068 ....h.T.P...h.T.
0x0019d668: 00000000 0019d67c 00000001 754d48b4 ....|........HMu
0x0019d678: 754d4810 7c34218a 02540000 0019d6d0 .HMu.!4|..T.....
0x0019d688: 00000000 00000000 0019d7e0 77c7e033 ............3..w
0x0019d698: 00000000 00000000 77c7e04f 0019d6b8 ........O..w....
0x0019d6a8: 001b0810 00000000 00190000 7c340000 ..............4|
0x0019d6b8: 00000000 77c98419 00000020 08b00000 .......w .......
0x0019d6c8: 00000015 006dd070 02000002 00000000 ....p.m.........
0x0019d6d8: 00000030 08b00000 08ac07d0 00000020 0........... ...
0x0019d6e8: 00000000 0ea81450 0e99d850 00000000 ....P...P.......
0x0019d6f8: 08ac0000 08ac0000 0e99d828 00000007 ........(.......
0x0019d708: 0ea81440 0e99d828 0e99de58 00000064 @...(...X...d...
0x0019d718: 0019d74c 77c97951 08b00000 0e99de58 L...Qy.w....X...
0x0019d728: 0e99de60 77c94f7c 00000015 00000002 `...|O.w........
0x0019d738: 08b00000 0e99d828 00270071 00000030 ....(...q.'.0...
0x0019d748: 0ea81440 0019d774 77c9787d 00000004 @...t...}x.w....
0x0019d758: 08b00000 0e99de60 0e99dd40 77c94ea2 ....`.. @....N.w
0x0019d768: 00000002 0e99de60 08b00000 0019d8c8 ....`...........
0x0019d778: 77c995ee 08b00000 00000002 0e99de60 ...w........`...
0x0019d788: 7f8c4dca 08b00000 0e99de58 77c99616 .M......X......w
0x0019d798: 00000002 0eac7fa0 7f8c4de2 08b00000 .........M......
0x0019d7a8: 0eac7f98 77c99616 0841ec2a fffffffe .......w*.A.....
0x0019d7b8: 0019d7e4 77c978aa 00000000 006dd070 .....x.w....p.m.
0x0019d7c8: 00000000 77c78b49 00000000 0019d860 ....I..w....`...
0x0019d7d8: 0019d824 00000000 00000000 00000000 $...............
0x0019d7e8: 08b00000 0019d898 7542a719 00000000 ..........Bu....
0x0019d7f8: 0e99dd40 00000000 0e99de5f 77c967b7 @......._....g.w
0x0019d808: 7f8c4c5a 0019d858 0e9ab240 00000013 ZL..X.. @.......
0x0019d818: 0eac7f9f 77c7e033 0e99de60 000002cc ....3..w`.......
0x0019d828: 00c7e04f 08b00000 0e99de58 00000002 O.......X.......
0x0019d838: 00000015 00000000 00000000 08b00000 ................
0x0019d848: 0eac7f98 00000002 00000021 754d43e8 ........!....CMu
0x0019d858: 00000000 00000000 08ac01c8 08ac0878 ............x...
0x0019d868: 00000000 00000000 08ac01d0 08ac0a18 ................
0x0019d878: 00000000 00000000 00000000 00000000 ................
0x0019d888: 00000000 00000000 00000000 00000000 ................
0x0019d898: 00000000 00000000 00000000 0019d8c0 ................
0x0019d8a8: 77c8acf0 7f8c4dca 0019d788 0019d8d0 ...w.M..........
0x0019d8b8: 00000020 08b00000 00000014 fffffffe ...............
0x0019d8c8: 0019d960 77c993f9 0e99de60 00000015 `......w`.......
0x0019d8d8: 08ac07d0 00000020 00000000 0ea81450 .... .......P...
0x0019d8e8: 0e99d850 77c98419 7f8c4cea 08b00000 P......w.L......
0x0019d8f8: 0eb09a60 0eb09a68 02000002 0000007e `...h.......~...
0x0019d908: b9003881 00000000 00000101 00000020 .8.......... ...
0x0019d918: 08ac0830 0000001a 0019d958 77c94f7c 0.......X...|O.w
0x0019d928: 00000014 00000000 90000090 00000014 ................
0x0019d938: 0ea81440 0e99d828 06000503 ffffff8f @...(...........
0x0019d948: 0019d97c 77c97951 08b00000 08b00000 |...Qy.w........
0x0019d958: 08b03264 000007ff 00000000 0eb09a60 d2..........`...
0x0019d968: 08b00000 0e99d828 00000001 00000483 ....(...........
0x0019d978: 0ea81440 0019d9a0 0eb09a68 00000000 @.......h.......
0x0019d988: 0e717910 00000090 00000000 0019d9bc .yq.............
0x0019d998: 0e717908 00000101 0e9d36f8 0eabfc58 .yq......6..X...
0x0019d9a8: 0eac8218 00000064 0019d9e4 77c97951 ....d.......Qy.w
0x0019d9b8: 08b00000 0eac8218 0eac8220 00000430 ........ ...0...
0x0019d9c8: 00000010 08b031b0 004c3678 0eabfc58 .....1..x6L.X...
0x0019d9d8: 0355050d 00000352 0e9d36f8 0019da0c ..U.R....6......
0x0019d9e8: 77c9787d 005ca790 005be048 0eac8220 }x.w..\.H.[. ...
0x0019d9f8: 00000000 0eb09a68 00000000 00479170 ....h.......p.G.
0x0019da08: 0019da94 0019da48 004c31b4 08b00000 ....H....1L.....
0x0019da18: 00000000 004c31b9 005be048 0019da6c .....1L.H.[.l...
0x0019da28: 00000000 0019da6c 0019da20 00000000 ....l... .......
0x0019da38: 0019e2ac 004c3678 00530968 ffffffff ....x6L.h.S.....
0x0019da48: 004c31b9 00503a4c 0eac8220 004785ee .1L.L:P. .....G.
0x0019da58: 0eac8220 00559338 004449e4 00000064 ...8.U..ID.d...
0x0019da68: 005ac428 005268bc 00000000 00000000 (.Z..hR.........
0x0019da78: 000020f0 00000000 00000000 00000000 . ..............
0x0019da88: 00000000 005ca7a4 0019da94 00300000 ......\.......0.
0x0019da98: 00616e61 5c005c61 53200000 66697265 ana.a\.\.. Serif
0x0019daa8: 00000000 00000000 00000000 00000000 ................
0x0019dab8: 00000000 00000000 00000000 00000000 ................
0x0019dac8: 00000000 00000000 00000000 00000000 ................
0x0019dad8: 00000000 00000000 00000000 00000000 ................
0x0019dae8: 00000000 00000000 00000000 00000000 ................
0x0019daf8: 00000000 00000000 00000000 00000000 ................
0x0019db08: 00000000 00000000 00000003 00000003 ................
0x0019db18: 00000003 006d7150 00000000 00000056 ....Pqm.....V...
0x0019db28: 00000200 004d003c 0064006f 006c0075 ....<.M.o.d.u.l.
0x0019db38: 003e0065 003a003a 00650053 00550074 e.>.:.:.S.e.t.U.
0x0019db48: 0068006e 006e0061 006c0064 00640065 n.h.a.n.d.l.e.d.
0x0019db58: 00780045 00650063 00740070 006f0069 E.x.c.e.p.t.i.o.
0x0019db68: 0019e024 0019dbf4 0019db94 77cc329e $............2.w
0x0019db78: 0019dbd4 001a00fc 00000009 001a0000 ................
0x0019db88: 0019dc88 00000000 77c91bbe 0019dbec ...........w....
0x0019db98: 0019dc88 000007a0 001a1e68 1c188d21 ........h...!...
0x0019dba8: 00000010 77ca6e50 001a0001 0019dcd0 ....Pn.w........
0x0019dbb8: 001a1720 00000009 0101dc20 0000017c ....... ...|...
0x0019dbc8: 00000000 00000007 000000ec 00000002 ................
0x0019dbd8: 00000000 7f8c4ee2 0019dc5c 77c9161a .....N..\......w
0x0019dbe8: 0019dcd0 0019dc88 0019dc48 0019dc44 ........H...D...
0x0019dbf8: 0019dc20 0019dc24 00000000 77c967b7 ...$........g.w
0x0019dc08: 7f8c485a 00000068 006a0000 0000005e ZH..h.....j.^...
0x0019dc18: 00000000 00000000 02000002 000007a0 ................
0x0019dc28: d70028ff 00000018 00000003 00000000 .(..............
0x0019dc38: 02000002 00000003 d70028ff 1c188d21 .........(..!...
0x0019dc48: 00000001 ffffd70e 006a5eca fffffffd .........^j.....
0x0019dc58: 03000003 0019dd1c 45000045 00000003 ........E..E....
0x0019dc68: 03000003 ffffffcb 0019dcd0 006dd070 ............p.m.
0x0019dc78: 00000000 00000000 77c91173 77c98419 ........s..w...w
0x0019dc88: 7f8c4882 006a0000 006fb3b0 006fb3b8 .H....j...o...o.
0x0019dc98: 02000002 00000000 d70028ff 00000042 .........(..B...
0x0019dca8: 00000000 00000080 00000010 006a00c0 ..............j.
0x0019dcb8: 006a0284 0019dd64 00000000 00000000 ..j.d...........
0x0019dcc8: 44010045 0019dd64 00000003 0019dd08 E..Dd...........
0x0019dcd8: 45000045 00000000 016f01e0 00000001 E..E......o.....
0x0019dce8: 00000010 006a0000 006a028c 00000000 ......j...j.....
0x0019dcf8: 00000000 006fb3b0 006dd068 00000002 ......o.h.m.....
0x0019dd08: 00000001 00000045 fffffffe 00000003 ....E...........
0x0019dd18: 006fb3b8 00000000 00000000 00000003 ..o.............
0x0019dd28: 00000000 00000000 03000003 006f7ef0 .............~o.
0x0019dd38: 00000042 006a0000 00000200 00000042 B.....j.....B...
0x0019dd48: 00000000 00000042 0841ec0a 0101fffe ....B.....A.....
0x0019dd58: 006a0260 00000042 00000002 006a0260 `.j.B.......`.j.
0x0019dd68: 006a02c8 0019dd8c 0019e1e8 77cc5de0 ..j..........].w
0x0019dd78: 0841ec2a fffffffe 0019ddac 77c978aa *.A..........x.w
0x0019dd88: 00000000 006fb3b8 006fb5c8 006fb3b8 ......o...o...o.
0x0019dd98: 00000000 0019e098 006fb3b8 00000054 ..........o.T...
0x0019dda8: 006fb618 0019e020 77c94c69 006a0000 ..o. ...iL.w..j.
0x0019ddb8: 00000000 006fb3b8 0019e118 00000000 ......o.........
0x0019ddc8: 77c94c7c 00000000 006fb5c8 00000000 |L.w......o.....
0x0019ddd8: 01000000 02080054 006fb3b8 00000008 ....T.....o.....
0x0019dde8: 77c5119c 006fb5d4 02080054 006fb3b8 ...w..o.T.....o.
0x0019ddf8: 006dd078 025632dc 00000000 0019e0b8 x.m..2V.........
0x0019de08: 00000005 00020020 ffffffff 02549068 .... .......h.T.
0x0019de18: 0019ddfc 0019e060 0019e054 7c34240d ....`...T....$4|
0x0019de28: 7c37a3a8 ffffffff 7c34218f 791e378b ..7|.....!4|.7.y
0x0019de38: 02549870 00000200 791e37a3 02549870 p.T......7.yp.T.
0x0019de48: 00000400 00000480 00c1207b 77c967b7 ........{ ...g.w
0x0019de58: 7f8c4aaa 00000808 0019de84 77cc329e .J...........2.w
0x0019de68: 7f8c4b9a 0019e180 00000057 0019df2e .K......W.......
0x0019de78: 0019df78 00000000 0019de68 e0c2d69a x.......h.......
0x0019de88: 0019e3a0 77cc5de0 0841edca fffffffe .....].w..A.....
0x0019de98: 0019e128 77c93615 00000000 0019def0 (....6.w........
0x0019dea8: 0019e16c 006aa1a8 77c9362a 0019e180 l.....j.*6.w....
0x0019deb8: 01000000 00000000 0019e184 0019e288 ................
0x0019dec8: 01c9362a 00000280 0019e180 0000001a *6..............
0x0019ded8: 00000001 754d48b4 754d4810 00000014 .....HMu.HMu....
0x0019dee8: 0019e2a0 0019df38 00000000 00000000 ....8...........
0x0019def8: 0019e048 77c7e033 00000000 00000000 H...3..w........
0x0019df08: 77c7e04f 0057005c 001b0810 004f0000 O..w\.W.......O.
0x0019df18: 00530000 00530000 00000000 77c98419 ..S...S........w
0x0019df28: 7f8c7522 006a0000 006dd068 006dd070 "u....j.h.m.p.m.
0x0019df38: 02000002 00000000 00000058 08b00000 ........X.......
0x0019df48: 00000049 00000000 00000000 00000000 I...............
0x0019df58: 00000000 00000000 08ac07d0 00000058 ............X...
0x0019df68: 00000000 0e42ec78 00000007 00000000 ....x.B.........
0x0019df78: 08ac0000 08ac0000 0ea52020 00000007 ........ ......
0x0019df88: 0e349fc0 0e988010 0e997de0 00000064 ..4......}..d...
0x0019df98: 0019dfcc 77c97951 08b00000 0e997de0 ....Qy.w.....}..
0x0019dfa8: 0e997de8 77c94f7c 00000049 00000002 .}..|O.wI.......
0x0019dfb8: 08b00000 0e988010 048502df 00000485 ................
0x0019dfc8: 0e349fc0 0019dff4 77c9787d 00000000 ..4.....}x.w....
0x0019dfd8: 08b00000 0e997de8 0ea59be0 77c94ea2 .....}.......N.w
0x0019dfe8: 00000002 0e997de8 08b00000 0019e148 .....}......H...
0x0019dff8: 77c995ee 08b00000 00000002 0e997de8 ...w.........}..
0x0019e008: 7f8c744a 08b00000 0e997de0 77c99616 Jt.......}.....w
0x0019e018: 0841ec2a fffffffe 02000002 77c978aa *.A..........x.w
0x0019e028: f7000bfc 006dd070 00000000 fffff605 ....p.m.........
0x0019e038: 08b025a2 0019e0c8 0019e08c 00000000 .%..............
0x0019e048: 00000000 7f8c753a 00000000 0019e100 ....:u..........
0x0019e058: 00000004 754d441c 754d43e8 00000000 .....DMu.CMu....
0x0019e068: 08b00000 0019e0b8 00000000 00000000 ................
0x0019e078: 0ea59be0 77c7e033 0e997de7 0000006c ....3..w.}..l...
0x0019e088: 77c7e04f 00000000 001b0810 0000002d O..w........-...
0x0019e098: 00000000 08b00000 0e997de8 00000000 .........}......
0x0019e0a8: 00000000 08b00000 0e997de0 00000002 .........}......
0x0019e0b8: 00000049 00000000 00000000 00000000 I...............
0x0019e0c8: 00000000 00000000 00000000 00000000 ................
0x0019e0d8: 00000000 00000000 00000000 00000000 ................
0x0019e0e8: 00000000 00000000 00000000 00000000 ................
0x0019e0f8: 00000000 00000000 00000000 00000000 ................
0x0019e108: 00000000 00000000 00000000 00000000 ................
0x0019e118: 00000000 00000000 00000000 00000000 ................
0x0019e128: 00000000 7f8c744a 0019e008 00000000 ....Jt..........
0x0019e138: 0019e234 77cc5de0 00000000 00000000 4....].w........
0x0019e148: 00000000 00000000 00000000 00000000 ................
0x0019e158: 00000000 ffffffff 00000000 00000020 ............ ...
0x0019e168: 00000000 00000000 00000000 00000000 ................
0x0019e178: 00000000 00000000 00000000 00000000 ................
0x0019e188: 00000000 00000000 00000000 00000000 ................
0x0019e198: 00000000 00000000 00000000 00000000 ................
0x0019e1a8: 69746c55 6574616d 756c4220 6e552065 Ultimate Blue Un
0x0019e1b8: 726f6369 006e006e 00687461 00726500 icorn.n.ath..er.
0x0019e1c8: 20726563 006d694b 00000000 00000000 cer Kim.........
0x0019e1d8: 00000000 00000000 00000000 00000000 ................
0x0019e1e8: 00000000 00000000 00000000 00000000 ................
0x0019e1f8: 00000000 00000000 00000000 00000000 ................
0x0019e208: 00000000 00000000 00000000 00000000 ................
0x0019e218: 00000000 00000000 00000000 00000000 ................
0x0019e228: 00000000 00000000 00000000 0019e2ff ................
0x0019e238: 08db0fe4 00000000 00000000 00000000 ................
0x0019e248: 00000000 00000000 00000000 00000000 ................
0x0019e258: ffffffff 00000000 00000004 00000000 ................
0x0019e268: 00000000 00000000 00000000 00000000 ................
0x0019e278: 00000000 00000000 00000000 00000000 ................
0x0019e288: 00000000 00000000 00000000 00000000 ................
0x0019e298: 00000000 00000000 00000000 0019eb0c ................
0x0019e2a8: 0051dc01 00000000 0042c55e 00523d20 ..Q.....^.B. =R.
0x0019e2b8: 00559370 005be048 00000001 00000000 p.U.H.[.........
0x0019e2c8: 748b3570 005268bc 00000000 006e8200 p5.t.hR.......n.
0x0019e2d8: 00000f8a 00000000 00000000 08db0fe6 ................
0x0019e2e8: 08db0368 0ea59bf0 0019e2f4 706f7270 h...........prop
0x0019e2f8: 6d657449 7478742e 2e000000 2e740068 Item.txt....h.t.
0x0019e308: 00747874 636c6f56 59656e61 6f6c6c65 txt.VolcaneYello
0x0019e318: 78742e77 78742e74 78740074 00740074 w.txt.txt.txt.t.
0x0019e328: 001a2cb8 006a0000 006a6f6c 00000080 .,....j.loj.....
0x0019e338: 001a0001 006e8260 001a1ec0 00000006 ....`.n.........
0x0019e348: 00000001 0000045d fffffffe 00000000 ....]...........
0x0019e358: 006e8268 00000000 006e8900 00000060 h.n.......n.`...
0x0019e368: 0019e3e4 77c9161a 006e88f8 d90004dd .......w..n.....
0x0019e378: 000000a1 00190000 0019e300 000000a1 ................
0x0019e388: 00000000 000000a1 00000000 0101fffe ................
0x0019e398: 006a6ec0 00000021 00000001 006a6ec0 .nj.!........nj.
0x0019e3a8: 001a1ec0 00000e8c 0019ee60 77cc5de0 ........`....].w
0x0019e3b8: 0841ec2a fffffffe 0019e3ec 77c978aa *.A..........x.w
0x0019e3c8: 00000000 006e8268 006e81f4 006e81f4 ....h.n...n...n.
0x0019e3d8: 00000000 7f8c7696 00000000 0019e460 .....v......`...
0x0019e3e8: 747436e6 0019e460 747436ff 006a0000 .6tt`....6tt..j.
0x0019e3f8: 00000000 006e8268 0000005a 0000000e ....h.n.Z.......
0x0019e408: 0000000f 006a6ec0 006a0000 006fb3b0 .....nj...j...o.
0x0019e418: 74743a10 747ddb40 0a00000a 006a0000 .:tt@.}t......j.
0x0019e428: 0000077f 006a37a0 006a00c0 0019e484 .....7j...j.....
0x0019e438: 77c9b10d 00000001 000007ff 00002986 ...w.........)..
0x0019e448: 006fb3b0 006a0000 00000000 006e8268 ..o...j.....h.n.
0x0019e458: 006a0000 77c967b7 00000000 00001dfc ..j..g.w........
0x0019e468: 000007ff 0000077f 00002986 00002986 .........)...)..
0x0019e478: 00002986 006a0000 0019e4d0 0019e4d0 .)....j.........
0x0019e488: 77c9ab99 00000000 006a0000 006fb5c0 ...w......j...o.
0x0019e498: 006fb3b0 006e81f4 0019e498 006fb3b0 ..o...n.......o.
0x0019e4a8: 006a5ecc 006e81f4 02000000 00000000 .^j...n.........
0x0019e4b8: 00000000 00000000 00002a1e ffffd6cc .........*......
0x0019e4c8: 0019e4d4 006dd070 0019e5d8 77c98755 ....p.m.....U..w
0x0019e4d8: 00002986 77c98419 7f8c70da 006a0000 .).....w.p....j.
0x0019e4e8: 006fb3b0 006fb3b8 006a0000 75bef790 ..o...o...j....u
0x0019e4f8: 75bf2d50 75bcc1b0 00000000 00000080 P-.u...u........
0x0019e508: 00000010 006a00c0 006a0284 0019e5bc ......j...j.....
0x0019e518: 00000000 00000000 6d002944 0019e5bc ........D).m....
0x0019e528: 006fb3b8 0019e560 00000010 00000000 ..o.`...........
0x0019e538: 016a0198 00000001 00000010 006a0000 ..j...........j.
0x0019e548: 00000001 000007ff 00000000 006fb3b0 ..............o.
0x0019e558: 006dd068 00000002 00000001 006dd070 h.m.........p.m.
0x0019e568: fffffffe 00000002 006a00c0 00000000 ..........j.....
0x0019e578: 00000000 00002944 00000000 00000000 ....D)..........
0x0019e588: 006fb5c8 006f1e70 006a37a8 006a0000 ..o.p.o..7j...j.
0x0019e598: 00000200 006a8dd0 000007ff 00002986 ......j......)..
0x0019e5a8: 0000001f 0101fffe 006fb5c0 00001dfc ..........o.....
0x0019e5b8: 000007ff 006a6ec0 006a02cc 0019e5e4 .....nj...j.....
0x0019e5c8: 0019ea40 77cc5de0 0841ec2a fffffffe @....].w*.A.....
0x0019e5d8: 0019e604 77c978aa 00000000 006fb3b8 .....x.w......o.
0x0019e5e8: 006a2080 006fb3b8 00000000 006a6ec0 . j...o......nj.
0x0019e5f8: 006a0000 006fb5c0 006a20ce 0019e878 ..j...o.. j.x...
0x0019e608: 10000010 006a0000 0000077f 006dd068 ......j.....h.m.
0x0019e618: 006a00c0 0019e66c 77c9b10d 00000001 ..j.l......w....
0x0019e628: 000007ff 00002944 006fb5c0 006a0000 ....D)....o...j.
0x0019e638: 00000000 00000008 006a0000 77c967b7 ..........j..g.w
0x0019e648: 00000000 00001dfc 000007ff 0000077f ................
0x0019e658: 00002944 00002944 00002944 006a0000 D)..D)..D)....j.
0x0019e668: 0019e6b8 0019e6b8 77c9ab99 00000000 ...........w....
0x0019e678: 006a0000 006fb7d0 006fb5c0 006b10a0 ..j...o...o...k.
0x0019e688: 00000000 006fb5c0 006a5f34 006a00c0 ......o.4_j...j.
0x0019e698: 006a6e00 006e7ff8 00000000 b639679e .nj...n......g9.
0x0019e6a8: 000029ea b63967fe 0019e6c4 77c967b7 .)...g9......g.w
0x0019e6b8: 7f8c7d0a 00000038 08b00000 00000029 .}..8.......)...
0x0019e6c8: 7f8c72c2 006a0000 006fb5c0 006fb5c8 .r....j...o...o.
0x0019e6d8: 006a0000 00000009 006e8214 0019e78c ..j.......n.....
0x0019e6e8: 00000000 000007ff 000007ff 006a00c0 ..............j.
0x0019e6f8: 006a6fd0 00000000 08b021ae fffff477 .oj......!..w...
0x0019e708: 2b002902 00010005 9b000b90 00000000 .).+............
0x0019e718: 0000077f 00000000 01190190 00000001 ................
0x0019e728: 0000001b 006a0000 006fb5c8 000007ff ......j...o.....
0x0019e738: 00000048 006fb5c0 00000040 00000000 H.....o @.......
0x0019e748: 08b00000 77c94237 7f8c72ea 00000007 ....7B.w.r......
0x0019e758: 00000000 00000000 00000000 00002902 .............)..
0x0019e768: 0000000f 00000080 006fb7d8 00030000 ..........o.....
0x0019e778: 00000038 00000000 006d4f00 006a8dd0 8........Om...j.
0x0019e788: 000007ff 00000000 0101001f 00000001 ................
0x0019e798: 08db0368 00000007 00000001 006a6ec0 h............nj.
0x0019e7a8: 00000040 08db00a8 08db00a8 00000002 @...............
0x0019e7b8: 08db00b0 08b0efd8 fffffffe 00000001 ................
0x0019e7c8: 00000000 006fb5c8 08b002b0 0000000f ......o.........
0x0019e7d8: 00000000 00004ea2 0000001c 00000007 .....N..........
0x0019e7e8: 00000007 08b00260 08b056a0 08b0e1b8 ....`....V......
0x0019e7f8: 08b0e410 00000064 0019e834 77c97951 ....d...4...Qy.w
0x0019e808: 08b00000 08b0e410 08b0e418 00000038 ............8...
0x0019e818: 08b002b0 0019e83c 08b00000 08b0e1b8 ....<...........
0x0019e828: 000e0017 0000000e 08b056a0 0019e85c .........V..\...
0x0019e838: 77c9787d 00000007 08b00000 08b0e418 }x.w............
0x0019e848: 08db00b0 77c94ea2 00000002 08b0e418 .....N.w........
0x0019e858: 08b00000 0019e9b0 77c995ee 08b00000 ...........w....
0x0019e868: 00000002 08b0e418 7f8c7cb2 08b00000 .........|......
0x0019e878: 08b0e410 77c99616 f7000bfc 006dd070 .......w....p.m.
0x0019e888: 00000000 fffff605 08b025a2 0019e920 .........%.. ...
0x0019e898: f7000bfc 00000000 00000000 77c967b7 .............g.w
0x0019e8a8: f7000bfc 77c967b7 7f8c7f02 00000030 .....g.w....0...
0x0019e8b8: 08b00000 00000022 02000002 77c967b7 ...."........g.w
0x0019e8c8: 7f8c7f1a 00000000 08b00000 00000220 ............ ...
0x0019e8d8: 005d0820 00000308 02000002 00000000 .].............
0x0019e8e8: f7000bfc 00000000 00000000 fffff40a ................
0x0019e8f8: 08b021ac 0000001d 6d002944 08b00000 .!......D).m....
0x0019e908: 08b0e418 ffffd701 006a5f3a fffff477 ........:_j.w...
0x0019e918: 08b0e410 08db00b0 00000029 00000210 ........).......
0x0019e928: 006a0000 00000004 9b000b90 006fb5c8 ..j...........o.
0x0019e938: 00000000 00000001 08b00000 00000043 ............C...
0x0019e948: 00000000 00000000 00000000 00000080 ................
0x0019e958: 00000007 08b000c0 08b00284 77c98419 ...............w
0x0019e968: 7f8c7f62 08b00000 08db00a8 08db00b0 b...............
0x0019e978: 02000002 00000000 f7000bfc 00000000 ................
0x0019e988: 01000128 00000001 00000007 08db0368 (...........h...
0x0019e998: 00000001 00000006 00000028 08db00a8 ........(.......
0x0019e9a8: 06010007 00000002 08db00b0 00000016 ................
0x0019e9b8: 9b000b90 00000001 00ac07d0 00000028 ............(...
0x0019e9c8: 08b002b0 08b00000 08b032c0 0000001f .........2......
0x0019e9d8: 00000007 08db00a8 00000006 08b00260 ............`...
0x0019e9e8: 00000001 0000077f 0019ea80 77cc5de0 .............].w
0x0019e9f8: 08db00b0 00000000 0019ea40 77c95005 ....... @....P.w
0x0019ea08: 005be048 00000001 08b002ac 0019ea34 H.[.........4...
0x0019ea18: 00000007 00000000 005ca700 00000080 ..........\.....
0x0019ea28: 00000000 00000007 08b00260 01010003 ........`.......
0x0019ea38: 08b031b0 00000007 00000007 08b00260 .1..........`...
0x0019ea48: 00000000 00000000 0019eab4 77cc5de0 .............].w
0x0019ea58: 0841ec2a fffffffe 0019ea88 77c978aa *.A..........x.w
0x0019ea68: 00000000 08db00b0 005ca790 08db00b0 ..........\.....
0x0019ea78: 00000000 00000018 0019eb0c 004c3678 ............x6L.
0x0019ea88: 0019eac4 004c31b4 08b00000 00000000 .....1L.........
0x0019ea98: 004c31b9 005ca790 0019eb5c 00000000 .1L...\.\.......
0x0019eaa8: 00503a25 0019ea9c 00000000 0019eb0c %:P.............
0x0019eab8: 004c3678 00530968 ffffffff 004c31b9 x6L.h.S......1L.
0x0019eac8: 00503a4c 08db00b0 00406fb2 00406fb9 L:P......o@..o@.
0x0019ead8: 0019eb64 0019eb3c 00407511 0019eb65 d...<....u@.e...
0x0019eae8: 0019eb64 00479170 0019eb64 00000006 d...p.G.d.......
0x0019eaf8: 00000000 00000000 00000000 08b0e270 ............p...
0x0019eb08: 00000001 0019f37c 0051b45b 00000000 ....|...[.Q.....
0x0019eb18: 0040c8e8 00523150 747541c0 007d05a2 ..@.P1R..Aut..}.
0x0019eb28: 0019f604 006ca958 00000000 00000000 ....X.l.........
0x0019eb38: 00000000 005268bc 00000000 01060c00 .....hR.........
0x0019eb48: 0000023e 00000000 00000000 08db035e >...........^...
0x0019eb58: 08db0120 005ca7a4 0019eb64 505f4200 .....\.d....B_P
0x0019eb68: 495f4457 554d4554 54414450 45540045 WD_ITEMUPDATE.TE
0x0019eb78: 756f0052 00656372 77ccc68c 00000033 R.ource....w3...
0x0019eb88: 0019ee38 0019ebf0 00000008 00000007 8...............
0x0019eb98: 0019ee05 0019ee18 77ccc447 0019ee05 ........G..w....
0x0019eba8: 00000007 0019ee38 0019ebf0 0019f0fc ....8...........
0x0019ebb8: 00000012 77ccc495 0116c130 00000000 .......w0.......
0x0019ebc8: 00000000 0019eefc 00000008 00000000 ................
0x0019ebd8: 00000007 00000001 00000000 00000008 ................
0x0019ebe8: 0019ee38 00000000 00000008 fffffff9 8...............
0x0019ebf8: 00000000 00000007 00000008 0019eeb8 ................
0x0019ec08: 00000007 74761570 00000000 00010010 ....p.vt........
0x0019ec18: 7473dcfa 736f4c88 0019ecac 00000000 ..st.Los........
0x0019ec28: 00000000 00000000 00000000 00000010 ................
0x0019ec38: 00000001 00000000 01000820 747398e5 ........ .....st
0x0019ec48: 01060c94 00000000 00010010 b6396f8a .............o9.
0x0019ec58: 0019ec80 7473da79 00000000 00000000 ....y.st........
0x0019ec68: 01000820 00000000 00000001 756126cc ............&au
0x0019ec78: 736f4e5c 007d05a2 00000000 0000004e \Nos..}.....N...
0x0019ec88: 0000004e 006a0000 77c969db 006e5538 N.....j..i.w8Un.
0x0019ec98: 00000000 77c967b7 7f8c78f2 00000070 .....g.w.x..p...
0x0019eca8: 006a0000 00000064 0000004e 000004fe ..j.d...N.......
0x0019ecb8: 000002be e7dea43a 0019ec9c 0019ecd8 ....:...........
0x0019ecc8: 736f4c0d 00000001 0c4f0818 007d05a2 .Los......O...}.
0x0019ecd8: 00000001 00000000 77c92e40 0019ecf4 ........@..w....
0x0019ece8: 00000000 754d42fc 754d42c8 007d05a2 .....BMu.BMu..}.
0x0019ecf8: 10000010 006a6ec0 006a0000 006fab30 .....nj...j.0.o.
0x0019ed08: 0019ee58 77c7e033 4c00004c 006a0000 X...3..wL..L..j.
0x0019ed18: 0000077f 006f1c18 006a00c0 0019ed74 ......o...j.t...
0x0019ed28: 77c9b10d 00000001 000007ff 00002a96 ...w.........*..
0x0019ed38: 006fab30 0019ed5c 77ccc68c 00000034 0.o.\......w4...
0x0019ed48: 0019eff8 0019edb0 00000010 00000008 ................
0x0019ed58: 0019efc4 0019efd8 77ccc447 0019efc4 ........G..w....
0x0019ed68: 00000008 0019eff8 0019edb0 0019f098 ................
0x0019ed78: 00000020 77ccc495 006a0000 00000000 ......w..j.....
0x0019ed88: 006fab00 0019edac 77ccc68c 00000036 ..o........w6...
0x0019ed98: 0019f048 0019ee00 00000048 00000001 H.......H.......
0x0019eda8: 0019f01b 0019f028 77ccc447 0019f01b ....(...G..w....
0x0019edb8: 00000001 0019f048 0019ee00 0019f0fc ....H...........
0x0019edc8: 0000000d 77ccc495 7f8c7bca 7f8c7b02 .......w.{...{..
0x0019edd8: c0000034 0019ef10 0000030c 00000000 4...............
0x0019ede8: 0019edd4 77cbdd5c 0019ef54 77cc5de0 ....\..wT....].w
0x0019edf8: 0841e432 fffffffe 0019eedc 7542dea7 2.A...........Bu
0x0019ee08: c0000034 00000000 0019efac 7542deb4 4.............Bu
0x0019ee18: 006e58b8 0019ef38 006e58d8 0019ef40 .Xn.8....Xn @...
0x0019ee28: 00000000 00000002 0000030c 0019ef44 ............D...
0x0019ee38: 00000000 00000000 0019ee44 001f3c30 ........D...0<..
0x0019ee48: 00000000 001f2d90 00000000 11cfe580 .....-..........
0x0019ee58: 006c9400 006e58b8 006e5e80 00000064 ..l..Xn..^n.d...
0x0019ee68: 0019ee9c 77c97951 006a0000 006e5e80 ....Qy.w..j..^n.
0x0019ee78: 006e5e88 0077005c 006e0069 006e0072 .^n.\.w.i.n.r.n.
0x0019ee88: 002e0072 006e58b8 00240024 00000024 r....Xn.$.$.$...
0x0019ee98: 006c9400 0019eec4 77c9787d 00000000 ..l.....}x.w....
0x0019eea8: 00000002 0019ef10 00000000 006f0077 ............w.o.
0x0019eeb8: 00360077 00630034 00750070 0019eed8 w.6.4.c.p.u.....
0x0019eec8: 77c75768 006a0000 00000000 006e5e88 hW.w..j......^n.
0x0019eed8: 0019eee8 77c938b7 006e5e88 0019efac .....8.w.^n.....
0x0019eee8: 0019ef64 7542d95c 0019ef10 fc790739 d...\.Bu....9.y.
0x0019eef8: 00000000 754d42fc 754d42c8 00000011 .....BMu.BMu....
0x0019ef08: 000d000c 0019ef58 00000000 00000000 ....X...........
0x0019ef18: 00000000 754d42fc 754d42c8 006a0000 .....BMu.BMu..j.
0x0019ef28: 77c969db 006fb228 00000000 77c967b7 .i.w(.o......g.w
0x0019ef38: 7f8c658a 00000190 006a0000 00000184 .e........j.....
0x0019ef48: 77c7e04f 0019ef38 001b0810 00190000 O..w8...........
0x0019ef58: 10000010 08410000 00000000 00000000 ......A.........
0x0019ef68: 02000002 c0000034 910029b8 754d42c8 ....4....)...BMu
0x0019ef78: 00000000 ffffd67a 006a5f14 00000000 ....z...._j.....
0x0019ef88: 00000000 00000000 00000000 00000000 ................
0x0019ef98: 00000000 00000000 00000000 77c967b7 .............g.w
0x0019efa8: 7f8c65fa 00000068 006a0000 00000060 .e..h.....j.`...
0x0019efb8: 00000000 00000000 02000002 00002986 .............)..
0x0019efc8: af002986 00000000 00000000 00000000 .)..............
0x0019efd8: 02000002 000007ff af002986 006a00c0 .........)....j.
0x0019efe8: 006a6fd0 ffffd687 006a5eca 00000000 .oj......^j.....
0x0019eff8: 03000003 00000000 00000000 00000000 ................
0x0019f008: 03000003 00000000 01000100 006f7e88 .............~o.
0x0019f018: 000029b8 006a00c0 00000001 0000000b .)....j.........
0x0019f028: 10000010 006fb220 006fb220 00000003 .... .o. .o.....
0x0019f038: 006a0000 006fb228 006a0284 0000001f ..j.(.o...j.....
0x0019f048: 00000000 00000080 00000010 006a00c0 ..............j.
0x0019f058: 006a0284 00000000 006a00c0 00000000 ..j.......j.....
0x0019f068: 00000068 006a6ec0 00000003 00000000 h....nj.........
0x0019f078: 00000010 00000000 0141010a 00000001 ..........A.....
0x0019f088: 00000010 006dd070 00000001 00000000 ....p.m.........
0x0019f098: 00000000 006f7e80 006f7e80 00000002 .....~o..~o.....
0x0019f0a8: 006f7e88 006f7e88 fffffffe 00000003 .~o..~o.........
0x0019f0b8: 006a0260 00000008 00000000 00000003 `.j.............
0x0019f0c8: 00000000 0000e3d5 03000003 006dd5f8 ..............m.
Re: try to fix my action slot to rotate
Looks to me you are using also an improper format of PropItem.
So this is what i whant to know
What are you trying to do/accomplish?
Re: try to fix my action slot to rotate
Quote:
Originally Posted by
raventh1984
Looks to me you are using also an improper format of PropItem.
So this is what i whant to know
What are you trying to do/accomplish?
improper format?
its from v16 upgraded to v19
i just want to make my action slot to rotate .. i've been comparing different source to my source.. nothing luck to fix my action slot
Re: try to fix my action slot to rotate
ok so you have it fully upgraded to v19? Only problem is your skill rotation?
Cause your resource files are not converted to v19? I can tell it by seeing your propskill line.
So you are missing an lot of things.
First things first. If you upgrade the soure to v19 and you have added the extra parameters inside ProjectCmn.cpp etc
Then you need to upgrade your resource files to.
Example.
Code:
BOOL CProject::LoadPropItem( LPCTSTR lpszFileName, CFixedArray< ItemProp >* apObjProp )
#if __VER >= 19
prop.dwDestParam[3] = scanner.GetNumber();
prop.dwDestParam[4] = scanner.GetNumber();
prop.dwDestParam[5] = scanner.GetNumber();
#endif//__VER >= 19
prop.nMinLimitLevel = scanner.GetNumber();
prop.nMaxLimitLevel = scanner.GetNumber();
prop.nItemGroup = scanner.GetNumber();
prop.nUseLimitGroup = scanner.GetNumber();
prop.nMaxDuplication = scanner.GetNumber();
prop.nEffectValue = scanner.GetNumber();
prop.nTargetMinEnchant = scanner.GetNumber();
prop.nTargetMaxEnchant = scanner.GetNumber();
prop.bResetBind = scanner.GetNumber();
prop.nBindCondition = scanner.GetNumber();
prop.nResetBindCondition = scanner.GetNumber();
prop.dwHitActiveSkillId = scanner.GetNumber();
prop.dwHitActiveSkillLv = scanner.GetNumber();
prop.dwHitActiveSkillProb = scanner.GetNumber();
prop.dwHitActiveSkillTarget = scanner.GetNumber();
prop.dwDamageActiveSkillId = scanner.GetNumber();
prop.dwDamageActiveSkillLv = scanner.GetNumber();
prop.dwDamageActiveSkillProb = scanner.GetNumber();
prop.dwDamageActiveSkillTarget = scanner.GetNumber();
prop.dwEquipActiveSkillId = scanner.GetNumber();
prop.dwEquipActiveSkillLv = scanner.GetNumber();
prop.dwSmelting = scanner.GetNumber();
prop.dwAttsmelting = scanner.GetNumber();
prop.dwGemsmelting = scanner.GetNumber();
prop.dwPierce = scanner.GetNumber();
prop.dwUprouse = scanner.GetNumber();
prop.bAbsoluteTime = scanner.GetNumber();
#if __VER >= 18
prop.dwItemGrade = scanner.GetNumber();
prop.bCanTrade = scanner.GetNumber();
prop.dwMainCategory = scanner.GetNumber();
prop.dwSubCategory = scanner.GetNumber();
prop.bCanHaveServerTransform = scanner.GetNumber();
prop.bCanSavePotion = scanner.GetNumber();
prop.bCanLooksChange = scanner.GetNumber();
prop.blsLooksChangeMaterial = scanner.GetNumber();
#endif//__VER >= 18
As you can see there are much more parameters!.
So then you need to have those parameters also inside PropItem or Spec_Item.
Re: try to fix my action slot to rotate
Quote:
Originally Posted by
raventh1984
ok so you have it fully upgraded to v19? Only problem is your skill rotation?
Cause your resource files are not converted to v19? I can tell it by seeing your propskill line.
So you are missing an lot of things.
First things first. If you upgrade the soure to v19 and you have added the extra parameters inside ProjectCmn.cpp etc
Then you need to upgrade your resource files to.
Example.
As you can see there are much more parameters!.
So then you need to have those parameters also inside PropItem or Spec_Item.
Code:
#ifdef __NEW_PROP_PARAMETER
BOOL CProject::LoadPropItemEx( LPCTSTR lpszFileName, CFixedArray< ItemProp >* apObjProp )
#else // __NEW_PROP_PARAMETER
BOOL CProject::LoadPropItem( LPCTSTR lpszFileName, CFixedArray< ItemProp >* apObjProp )
#endif // __NEW_PROP_PARAMETER
i got that codes
Code:
#if __VER >= 19
//prop.dwDestParam[3] = scanner.GetNumber();
//prop.dwDestParam[4] = scanner.GetNumber();
//prop.dwDestParam[5] = scanner.GetNumber();
#endif//__VER >= 19
i need to put that because the error spec_item.txt is giving me errors
Code:
prop.nMinLimitLevel = scanner.GetNumber();
prop.nMaxLimitLevel = scanner.GetNumber();
prop.nItemGroup = scanner.GetNumber();
prop.nUseLimitGroup = scanner.GetNumber();
prop.nMaxDuplication = scanner.GetNumber();
prop.nEffectValue = scanner.GetNumber();
prop.nTargetMinEnchant = scanner.GetNumber();
prop.nTargetMaxEnchant = scanner.GetNumber();
prop.bResetBind = scanner.GetNumber();
prop.nBindCondition = scanner.GetNumber();
prop.nResetBindCondition = scanner.GetNumber();
prop.dwHitActiveSkillId = scanner.GetNumber();
prop.dwHitActiveSkillLv = scanner.GetNumber();
prop.dwHitActiveSkillProb = scanner.GetNumber();
prop.dwHitActiveSkillTarget = scanner.GetNumber();
prop.dwDamageActiveSkillId = scanner.GetNumber();
prop.dwDamageActiveSkillLv = scanner.GetNumber();
prop.dwDamageActiveSkillProb = scanner.GetNumber();
prop.dwDamageActiveSkillTarget = scanner.GetNumber();
prop.dwEquipActiveSkillId = scanner.GetNumber();
prop.dwEquipActiveSkillLv = scanner.GetNumber();
prop.dwSmelting = scanner.GetNumber();
prop.dwAttsmelting = scanner.GetNumber();
prop.dwGemsmelting = scanner.GetNumber();
prop.dwPierce = scanner.GetNumber();
prop.dwUprouse = scanner.GetNumber();
prop.bAbsoluteTime = scanner.GetNumber();
//prop.bCanSavePotion = scanner.GetNumber();
/*
#if __VER >= 18
prop.dwItemGrade = scanner.GetNumber();
prop.bCanTrade = scanner.GetNumber();
prop.dwMainCategory = scanner.GetNumber();
prop.dwSubCategory = scanner.GetNumber();
prop.bCanHaveServerTransform = scanner.GetNumber();
prop.bCanLooksChange = scanner.GetNumber();
prop.bIsLooksChangeMaterial = scanner.GetNumber();
#endif//__VER >= 18
*/
i got this one too
do i need to quote out this __VER >= 18 ?
i got his quoted out
Code:
#if __VER >= 19
//prop.dwDestParam[3] = scanner.GetNumber();
//prop.dwDestParam[4] = scanner.GetNumber();
//prop.dwDestParam[5] = scanner.GetNumber();
#endif//__VER >= 19
prop.nAdjParamVal[0] = scanner.GetNumber();
prop.nAdjParamVal[1] = scanner.GetNumber();
#ifdef __PROP_0827
prop.nAdjParamVal[2] = scanner.GetNumber();
#endif // __PROP_0827
#if __VER >= 19
//prop.nAdjParamVal[3] = scanner.GetNumber();
//prop.nAdjParamVal[4] = scanner.GetNumber();
//prop.nAdjParamVal[5] = scanner.GetNumber();
#endif//__VER >= 19
prop.dwChgParamVal[0] = scanner.GetNumber();
prop.dwChgParamVal[1] = scanner.GetNumber();
#ifdef __PROP_0827
prop.dwChgParamVal[2] = scanner.GetNumber();
#endif // __PROP_0827
#if __VER >= 19
//prop.dwChgParamVal[3] = scanner.GetNumber();
//prop.dwChgParamVal[4] = scanner.GetNumber();
//prop.dwChgParamVal[5] = scanner.GetNumber();
#endif//__VER >= 19
prop.nDestData1[0] = scanner.GetNumber();
prop.nDestData1[1] = scanner.GetNumber();
prop.nDestData1[2] = scanner.GetNumber();
#if __VER >= 19
//prop.nDestData1[3] = scanner.GetNumber();
//prop.nDestData1[4] = scanner.GetNumber();
//prop.nDestData1[5] = scanner.GetNumber();
#endif//__VER >= 19
is this y i got errors? or the database crash?
Re: try to fix my action slot to rotate
Your db crashes because its trying to read certain rows inside spec_Item / propItem /Propmover propskill etc
That aint there. or vice versa.
Re: try to fix my action slot to rotate
Quote:
Originally Posted by
raventh1984
Your db crashes because its trying to read certain rows inside spec_Item / propItem /Propmover propskill etc
That aint there. or vice versa.
what part should i add??
btw do i need this code for the actionslot to rotate ?
sorry .. i just seen this in other source...
#if __VER >= 19
//prop.nDestData1[3] = scanner.GetNumber();
//prop.nDestData1[4] = scanner.GetNumber();
//prop.nDestData1[5] = scanner.GetNumber();
#endif//__VER >= 19
Re: try to fix my action slot to rotate
No you dont need it.
For the action slot rotation look at Action.cpp
See if you have this
Code:
#ifdef __CLIENT
#if __VER >= 19
if( (dwState & OBJSTA_ATK_ALL) == OBJSTA_ATK_MELEESKILL || (dwState & OBJSTA_ATK_ALL) == OBJSTA_ATK_MAGICSKILL )
{
CWndNewSkillSlot* m_SkillSL = (CWndNewSkillSlot*)g_WndMng.GetWndBase(APP_SLOT);
if( g_WndMng.m_pWndTaskBar->m_nExecute > 0 )
m_SkillSL->RotateSLOT += 60;
}
#endif
#endif
Re: try to fix my action slot to rotate
Quote:
Originally Posted by
raventh1984
Your db crashes because its trying to read certain rows inside spec_Item / propItem /Propmover propskill etc
That aint there. or vice versa.
how to add column read by source??
i added new column i compared my spec_Item / propItem /Propmover propskill v19 to mine
i'm having this error now ...
too many mover property or invalid id:-1 FILE:propMover.txt
- - - Updated - - -
Quote:
Originally Posted by
raventh1984
No you dont need it.
For the action slot rotation look at Action.cpp
See if you have this
Code:
#ifdef __CLIENT
#if __VER >= 19
if( (dwState & OBJSTA_ATK_ALL) == OBJSTA_ATK_MELEESKILL || (dwState & OBJSTA_ATK_ALL) == OBJSTA_ATK_MAGICSKILL )
{
CWndNewSkillSlot* m_SkillSL = (CWndNewSkillSlot*)g_WndMng.GetWndBase(APP_SLOT);
if( g_WndMng.m_pWndTaskBar->m_nExecute > 0 )
m_SkillSL->RotateSLOT += 60;
}
#endif
#endif
so i reverted back what i change ... i dont get database pr worldserver crash... but i get this errors... adn when i open my neuz .. the buff is just spamming like h*ll...and my skill tree is missed up.. what should i do?
Code:
2016/10/22 01:48:33 Out of Skill Level Range -> CMonsterSkill::LoadScript() - 965, SI_BIL_PST_ASALRAALAIKUM, 2
2016/10/22 01:48:33 Out of Skill Level Range -> CMonsterSkill::LoadScript() - 965, SI_ELE_EARTH_EARTHQUAKE, 5
2016/10/22 01:48:33 Out of Skill Level Range -> CMonsterSkill::LoadScript() - 965, SI_ELE_ELECTRICITY_ELETRICSHOCK, 10
2016/10/22 01:48:33 Out of Skill Level Range -> CMonsterSkill::LoadScript() - 965, SI_ELE_WATER_POISONCLOUD, 10
2016/10/22 01:48:33 Out of Skill Level Range -> CMonsterSkill::LoadScript() - 965, SI_PSY_PSY_PSYCHICBOMB, 10
2016/10/22 01:48:33 Out of Skill Level Range -> CMonsterSkill::LoadScript() - 965, SI_ACR_YOYO_DEADLYSWING, 20
2016/10/22 01:48:33 Out of Skill Level Range -> CMonsterSkill::LoadScript() - 965, SI_ACR_YOYO_PULLING, 20
2016/10/22 01:48:33 Out of Skill Level Range -> CMonsterSkill::LoadScript() - 965, SI_MAG_EARTH_LOOTING, 20
2016/10/22 01:48:33 Out of Skill Level Range -> CMonsterSkill::LoadScript() - 1075, SI_BIL_HERO_DISENCHANT, 5
2016/10/22 01:48:33 Out of Skill Level Range -> CMonsterSkill::LoadScript() - 1075, SI_ELE_EARTH_EARTHQUAKE, 5
2016/10/22 01:48:33 Out of Skill Level Range -> CMonsterSkill::LoadScript() - 1075, SI_ELE_ELECTRICITY_ELETRICSHOCK, 10
2016/10/22 01:48:33 Out of Skill Level Range -> CMonsterSkill::LoadScript() - 1075, SI_ELE_WATER_POISONCLOUD, 10
2016/10/22 01:48:33 Out of Skill Level Range -> CMonsterSkill::LoadScript() - 1075, SI_PSY_PSY_PSYCHICBOMB, 10
2016/10/22 01:48:33 Out of Skill Level Range -> CMonsterSkill::LoadScript() - 1075, SI_ACR_YOYO_DEADLYSWING, 20
2016/10/22 01:48:33 Out of Skill Level Range -> CMonsterSkill::LoadScript() - 1075, SI_ACR_YOYO_PULLING, 20
2016/10/22 01:48:33 Out of Skill Level Range -> CMonsterSkill::LoadScript() - 1075, SI_MAG_EARTH_LOOTING, 20
2016/10/22 01:48:33 Out of Skill Level Range -> CMonsterSkill::LoadScript() - 1089, SI_BIL_HERO_DISENCHANT, 5
2016/10/22 01:48:33 Out of Skill Level Range -> CMonsterSkill::LoadScript() - 1089, SI_ELE_EARTH_EARTHQUAKE, 5
2016/10/22 01:48:33 Out of Skill Level Range -> CMonsterSkill::LoadScript() - 1089, SI_ELE_ELECTRICITY_ELETRICSHOCK, 10
2016/10/22 01:48:33 Out of Skill Level Range -> CMonsterSkill::LoadScript() - 1089, SI_ELE_WATER_POISONCLOUD, 10
2016/10/22 01:48:33 Out of Skill Level Range -> CMonsterSkill::LoadScript() - 1089, SI_PSY_PSY_PSYCHICBOMB, 5
2016/10/22 01:48:33 Out of Skill Level Range -> CMonsterSkill::LoadScript() - 1089, SI_ACR_YOYO_DEADLYSWING, 20
2016/10/22 01:48:33 Out of Skill Level Range -> CMonsterSkill::LoadScript() - 1089, SI_ACR_YOYO_PULLING, 20
2016/10/22 01:48:33 Out of Skill Level Range -> CMonsterSkill::LoadScript() - 1089, SI_MAG_EARTH_LOOTING, 20
2016/10/22 01:48:33 Out of Skill Level Range -> CMonsterSkill::LoadScript() - 1112, SI_BIL_HERO_DISENCHANT, 5
2016/10/22 01:48:33 Out of Skill Level Range -> CMonsterSkill::LoadScript() - 1112, SI_MAG_EARTH_SPIKESTONE, 20
2016/10/22 01:48:33 Out of Skill Level Range -> CMonsterSkill::LoadScript() - 1118, SI_BIL_HERO_DISENCHANT, 5
2016/10/22 01:48:33 Out of Skill Level Range -> CMonsterSkill::LoadScript() - 1118, SI_MAG_EARTH_SPIKESTONE, 20
2016/10/22 01:48:33 Out of Skill Level Range -> CMonsterSkill::LoadScript() - 1118, SI_ACR_YOYO_PULLING, 20
2016/10/22 01:48:33 Out of Skill Level Range -> CMonsterSkill::LoadScript() - 1182, SI_BIL_HERO_DISENCHANT, 5
2016/10/22 01:48:33 Out of Skill Level Range -> CMonsterSkill::LoadScript() - 1182, SI_MAG_EARTH_SPIKESTONE, 20
2016/10/22 01:48:33 Out of Skill Level Range -> CMonsterSkill::LoadScript() - 1182, SI_ACR_YOYO_PULLING, 20
2016/10/22 01:48:33 Out of Skill Level Range -> CMonsterSkill::LoadScript() - 1175, SI_BIL_HERO_DISENCHANT, 5
2016/10/22 01:48:33 Out of Skill Level Range -> CMonsterSkill::LoadScript() - 1175, SI_ELE_EARTH_EARTHQUAKE, 5
2016/10/22 01:48:33 Out of Skill Level Range -> CMonsterSkill::LoadScript() - 1175, SI_ELE_ELECTRICITY_ELETRICSHOCK, 10
2016/10/22 01:48:33 Out of Skill Level Range -> CMonsterSkill::LoadScript() - 1175, SI_ELE_WATER_POISONCLOUD, 10
2016/10/22 01:48:33 Out of Skill Level Range -> CMonsterSkill::LoadScript() - 1175, SI_PSY_PSY_PSYCHICBOMB, 5
2016/10/22 01:48:33 Out of Skill Level Range -> CMonsterSkill::LoadScript() - 1175, SI_ACR_YOYO_DEADLYSWING, 20
2016/10/22 01:48:33 Out of Skill Level Range -> CMonsterSkill::LoadScript() - 1175, SI_ACR_YOYO_PULLING, 20
2016/10/22 01:48:33 Out of Skill Level Range -> CMonsterSkill::LoadScript() - 1175, SI_MAG_EARTH_LOOTING, 20
2016/10/22 01:48:33 Out of Skill Level Range -> CMonsterSkill::LoadScript() - 1340, SI_BIL_HERO_DISENCHANT, 5
2016/10/22 01:48:33 Out of Skill Level Range -> CMonsterSkill::LoadScript() - 1340, SI_MAG_EARTH_SPIKESTONE, 20
2016/10/22 01:48:33 Out of Skill Level Range -> CMonsterSkill::LoadScript() - 1340, SI_ACR_YOYO_PULLING, 20
2016/10/22 01:48:33 Out of Skill Level Range -> CMonsterSkill::LoadScript() - 1354, SI_BIL_HERO_DISENCHANT, 5
2016/10/22 01:48:33 Out of Skill Level Range -> CMonsterSkill::LoadScript() - 1354, SI_ELE_EARTH_EARTHQUAKE, 5
2016/10/22 01:48:33 Out of Skill Level Range -> CMonsterSkill::LoadScript() - 1354, SI_ELE_MULTY_METEOSHOWER, 10
2016/10/22 01:48:33 Out of Skill Level Range -> CMonsterSkill::LoadScript() - 1354, SI_ELE_WATER_POISONCLOUD, 10
2016/10/22 01:48:33 Out of Skill Level Range -> CMonsterSkill::LoadScript() - 1354, SI_PSY_PSY_PSYCHICBOMB, 5
2016/10/22 01:48:33 Out of Skill Level Range -> CMonsterSkill::LoadScript() - 1354, SI_ACR_YOYO_DEADLYSWING, 20
2016/10/22 01:48:33 Out of Skill Level Range -> CMonsterSkill::LoadScript() - 1354, SI_ACR_YOYO_PULLING, 20
2016/10/22 01:48:34 Out of Skill Level Range -> CMonsterSkill::LoadScript() - 1354, SI_MAG_EARTH_LOOTING, 20
2016/10/22 01:48:34 Out of Skill Level Range -> CMonsterSkill::LoadScript() - 1323, SI_BIL_HERO_DISENCHANT, 5
2016/10/22 01:48:34 Out of Skill Level Range -> CMonsterSkill::LoadScript() - 1324, SI_BIL_HERO_DISENCHANT, 5
2016/10/22 01:48:34 Out of Skill Level Range -> CMonsterSkill::LoadScript() - 1330, SI_BIL_HERO_DISENCHANT, 5
2016/10/22 01:48:34 Out of Skill Level Range -> CMonsterSkill::LoadScript() - 1331, SI_BIL_HERO_DISENCHANT, 5
2016/10/22 01:48:34 Out of Skill Level Range -> CMonsterSkill::LoadScript() - 1432, SI_BIL_PST_ASALRAALAIKUM, 2
2016/10/22 01:48:34 Out of Skill Level Range -> CMonsterSkill::LoadScript() - 1432, SI_ELE_EARTH_EARTHQUAKE, 5
2016/10/22 01:48:34 Out of Skill Level Range -> CMonsterSkill::LoadScript() - 1432, SI_ELE_ELECTRICITY_ELETRICSHOCK, 10
2016/10/22 01:48:34 Out of Skill Level Range -> CMonsterSkill::LoadScript() - 1432, SI_ELE_WATER_POISONCLOUD, 10
2016/10/22 01:48:34 Out of Skill Level Range -> CMonsterSkill::LoadScript() - 1432, SI_PSY_PSY_PSYCHICBOMB, 10
2016/10/22 01:48:34 Out of Skill Level Range -> CMonsterSkill::LoadScript() - 1432, SI_ACR_YOYO_DEADLYSWING, 20
2016/10/22 01:48:34 Out of Skill Level Range -> CMonsterSkill::LoadScript() - 1432, SI_ACR_YOYO_PULLING, 20
2016/10/22 01:48:34 Out of Skill Level Range -> CMonsterSkill::LoadScript() - 1432, SI_MAG_EARTH_LOOTING, 20
2016/10/22 01:48:34 Out of Skill Level Range -> CMonsterSkill::LoadScript() - 1436, SI_BIL_PST_ASALRAALAIKUM, 2
2016/10/22 01:48:34 Out of Skill Level Range -> CMonsterSkill::LoadScript() - 1436, SI_ELE_EARTH_EARTHQUAKE, 5
2016/10/22 01:48:34 Out of Skill Level Range -> CMonsterSkill::LoadScript() - 1436, SI_ELE_ELECTRICITY_ELETRICSHOCK, 10
2016/10/22 01:48:34 Out of Skill Level Range -> CMonsterSkill::LoadScript() - 1436, SI_ELE_WATER_POISONCLOUD, 10
2016/10/22 01:48:34 Out of Skill Level Range -> CMonsterSkill::LoadScript() - 1436, SI_PSY_PSY_PSYCHICBOMB, 10
2016/10/22 01:48:34 Out of Skill Level Range -> CMonsterSkill::LoadScript() - 1436, SI_ACR_YOYO_DEADLYSWING, 20
2016/10/22 01:48:34 Out of Skill Level Range -> CMonsterSkill::LoadScript() - 1436, SI_ACR_YOYO_PULLING, 20
2016/10/22 01:48:34 Out of Skill Level Range -> CMonsterSkill::LoadScript() - 1436, SI_MAG_EARTH_LOOTING, 20
2016/10/22 01:48:34 Out of Skill Level Range -> CMonsterSkill::LoadScript() - 754, SI_BIL_PST_ASALRAALAIKUM, 2
2016/10/22 01:48:34 Out of Skill Level Range -> CMonsterSkill::LoadScript() - 754, SI_ELE_EARTH_EARTHQUAKE, 5
2016/10/22 01:48:34 Out of Skill Level Range -> CMonsterSkill::LoadScript() - 754, SI_ELE_ELECTRICITY_ELETRICSHOCK, 10
2016/10/22 01:48:34 Out of Skill Level Range -> CMonsterSkill::LoadScript() - 754, SI_ELE_WATER_POISONCLOUD, 10
2016/10/22 01:48:34 Out of Skill Level Range -> CMonsterSkill::LoadScript() - 754, SI_PSY_PSY_PSYCHICBOMB, 10
2016/10/22 01:48:34 Out of Skill Level Range -> CMonsterSkill::LoadScript() - 754, SI_ACR_YOYO_DEADLYSWING, 20
2016/10/22 01:48:34 Out of Skill Level Range -> CMonsterSkill::LoadScript() - 754, SI_ACR_YOYO_PULLING, 20
2016/10/22 01:48:34 Out of Skill Level Range -> CMonsterSkill::LoadScript() - 754, SI_MAG_EARTH_LOOTING, 20
2016/10/22 01:48:34 Out of Skill Level Range -> CMonsterSkill::LoadScript() - 755, SI_BIL_PST_ASALRAALAIKUM, 2
2016/10/22 01:48:34 Out of Skill Level Range -> CMonsterSkill::LoadScript() - 755, SI_ELE_EARTH_EARTHQUAKE, 5
2016/10/22 01:48:34 Out of Skill Level Range -> CMonsterSkill::LoadScript() - 755, SI_ELE_ELECTRICITY_ELETRICSHOCK, 10
2016/10/22 01:48:34 Out of Skill Level Range -> CMonsterSkill::LoadScript() - 755, SI_ELE_WATER_POISONCLOUD, 10
2016/10/22 01:48:34 Out of Skill Level Range -> CMonsterSkill::LoadScript() - 755, SI_PSY_PSY_PSYCHICBOMB, 10
2016/10/22 01:48:34 Out of Skill Level Range -> CMonsterSkill::LoadScript() - 755, SI_ACR_YOYO_DEADLYSWING, 20
2016/10/22 01:48:34 Out of Skill Level Range -> CMonsterSkill::LoadScript() - 755, SI_ACR_YOYO_PULLING, 20
2016/10/22 01:48:34 Out of Skill Level Range -> CMonsterSkill::LoadScript() - 755, SI_MAG_EARTH_LOOTING, 20
2016/10/22 01:48:36 LUA - Event - 1, wurde gestartet.
2016/10/22 01:51:23 Test-CBuffSkill.Apply : 12. Add½ºÅ³(20) AddSkill->dwName°ú Skill->dwID°¡ ´Ù¸£´Ù.
2016/10/22 01:51:23 Test-CBuffSkill.IsRemovable : 12. Add½ºÅ³(20) AddSkill->dwName°ú Skill->dwID°¡ ´Ù¸£´Ù.
2016/10/22 01:51:23 Test-CBuffSkill.Apply : 12. Add½ºÅ³(46) AddSkill->dwName°ú Skill->dwID°¡ ´Ù¸£´Ù.
2016/10/22 01:51:23 Test-CBuffSkill.IsRemovable : 12. Add½ºÅ³(46) AddSkill->dwName°ú Skill->dwID°¡ ´Ù¸£´Ù.
2016/10/22 01:51:23 Test-CBuffSkill.Apply : 12. Add½ºÅ³(49) AddSkill->dwName°ú Skill->dwID°¡ ´Ù¸£´Ù.
2016/10/22 01:51:23 Test-CBuffSkill.IsRemovable : 12. Add½ºÅ³(49) AddSkill->dwName°ú Skill->dwID°¡ ´Ù¸£´Ù.
2016/10/22 01:51:23 Test-CBuffSkill.Apply : 12. Add½ºÅ³(50) AddSkill->dwName°ú Skill->dwID°¡ ´Ù¸£´Ù.
2016/10/22 01:51:23 Test-CBuffSkill.IsRemovable : 12. Add½ºÅ³(50) AddSkill->dwName°ú Skill->dwID°¡ ´Ù¸£´Ù.
2016/10/22 01:51:23 Test-CBuffSkill.Apply : 12. Add½ºÅ³(52) AddSkill->dwName°ú Skill->dwID°¡ ´Ù¸£´Ù.
2016/10/22 01:51:23 Test-CBuffSkill.IsRemovable : 12. Add½ºÅ³(52) AddSkill->dwName°ú Skill->dwID°¡ ´Ù¸£´Ù.
2016/10/22 01:51:23 Test-CBuffSkill.Apply : 12. Add½ºÅ³(53) AddSkill->dwName°ú Skill->dwID°¡ ´Ù¸£´Ù.
2016/10/22 01:51:23 Test-CBuffSkill.IsRemovable : 12. Add½ºÅ³(53) AddSkill->dwName°ú Skill->dwID°¡ ´Ù¸£´Ù.
2016/10/22 01:51:23 Test-CBuffSkill.Apply : 12. Add½ºÅ³(114) AddSkill->dwName°ú Skill->dwID°¡ ´Ù¸£´Ù.
2016/10/22 01:51:23 Test-CBuffSkill.IsRemovable : 12. Add½ºÅ³(114) AddSkill->dwName°ú Skill->dwID°¡ ´Ù¸£´Ù.
2016/10/22 01:51:23 Test-CBuffSkill.Apply : 12. Add½ºÅ³(115) AddSkill->dwName°ú Skill->dwID°¡ ´Ù¸£´Ù.
2016/10/22 01:51:23 Test-CBuffSkill.IsRemovable : 12. Add½ºÅ³(115) AddSkill->dwName°ú Skill->dwID°¡ ´Ù¸£´Ù.
2016/10/22 01:51:23 Test-CBuffSkill.Apply : 12. Add½ºÅ³(116) AddSkill->dwName°ú Skill->dwID°¡ ´Ù¸£´Ù.
2016/10/22 01:51:23 Test-CBuffSkill.IsRemovable : 12. Add½ºÅ³(116) AddSkill->dwName°ú Skill->dwID°¡ ´Ù¸£´Ù.
2016/10/22 01:51:23 Test-CBuffSkill.Apply : 12. Add½ºÅ³(146) AddSkill->dwName°ú Skill->dwID°¡ ´Ù¸£´Ù.
2016/10/22 01:51:23 Test-CBuffSkill.IsRemovable : 12. Add½ºÅ³(146) AddSkill->dwName°ú Skill->dwID°¡ ´Ù¸£´Ù.
2016/10/22 01:51:23 Test-CBuffSkill.Apply : 12. Add½ºÅ³(147) AddSkill->dwName°ú Skill->dwID°¡ ´Ù¸£´Ù.
2016/10/22 01:51:23 Test-CBuffSkill.IsRemovable : 12. Add½ºÅ³(147) AddSkill->dwName°ú Skill->dwID°¡ ´Ù¸£´Ù.
2016/10/22 01:51:23 Test-CBuffSkill.Apply : 12. Add½ºÅ³(148) AddSkill->dwName°ú Skill->dwID°¡ ´Ù¸£´Ù.
2016/10/22 01:51:23 Test-CBuffSkill.IsRemovable : 12. Add½ºÅ³(148) AddSkill->dwName°ú Skill->dwID°¡ ´Ù¸£´Ù.
2016/10/22 01:51:24 Test-CBuffSkill.IsRemovable : 12. Add½ºÅ³(20) AddSkill->dwName°ú Skill->dwID°¡ ´Ù¸£´Ù.
2016/10/22 01:51:24 Test-CBuffSkill.IsRemovable : 12. Add½ºÅ³(46) AddSkill->dwName°ú Skill->dwID°¡ ´Ù¸£´Ù.
2016/10/22 01:51:24 Test-CBuffSkill.IsRemovable : 12. Add½ºÅ³(49) AddSkill->dwName°ú Skill->dwID°¡ ´Ù¸£´Ù.
2016/10/22 01:51:24 Test-CBuffSkill.IsRemovable : 12. Add½ºÅ³(50) AddSkill->dwName°ú Skill->dwID°¡ ´Ù¸£´Ù.
2016/10/22 01:51:24 Test-CBuffSkill.IsRemovable : 12. Add½ºÅ³(52) AddSkill->dwName°ú Skill->dwID°¡ ´Ù¸£´Ù.
2016/10/22 01:51:24 Test-CBuffSkill.IsRemovable : 12. Add½ºÅ³(53) AddSkill->dwName°ú Skill->dwID°¡ ´Ù¸£´Ù.
2016/10/22 01:51:24 Test-CBuffSkill.IsRemovable : 12. Add½ºÅ³(114) AddSkill->dwName°ú Skill->dwID°¡ ´Ù¸£´Ù.
2016/10/22 01:51:24 Test-CBuffSkill.IsRemovable : 12. Add½ºÅ³(115) AddSkill->dwName°ú Skill->dwID°¡ ´Ù¸£´Ù.
2016/10/22 01:51:24 Test-CBuffSkill.IsRemovable : 12. Add½ºÅ³(116) AddSkill->dwName°ú Skill->dwID°¡ ´Ù¸£´Ù.
2016/10/22 01:51:24 Test-CBuffSkill.IsRemovable : 12. Add½ºÅ³(146) AddSkill->dwName°ú Skill->dwID°¡ ´Ù¸£´Ù.
2016/10/22 01:51:24 Test-CBuffSkill.IsRemovable : 12. Add½ºÅ³(147) AddSkill->dwName°ú Skill->dwID°¡ ´Ù¸£´Ù.
2016/10/22 01:51:24 Test-CBuffSkill.IsRemovable : 12. Add½ºÅ³(148) AddSkill->dwName°ú Skill->dwID°¡ ´Ù¸£´Ù.
2016/10/22 01:51:25 Test-CBuffSkill.IsRemovable : 12. Add½ºÅ³(20) AddSkill->dwName°ú Skill->dwID°¡ ´Ù¸£´Ù.
2016/10/22 01:51:25 Test-CBuffSkill.IsRemovable : 12. Add½ºÅ³(46) AddSkill->dwName°ú Skill->dwID°¡ ´Ù¸£´Ù.
2016/10/22 01:51:25 Test-CBuffSkill.IsRemovable : 12. Add½ºÅ³(49) AddSkill->dwName°ú Skill->dwID°¡ ´Ù¸£´Ù.
2016/10/22 01:51:25 Test-CBuffSkill.IsRemovable : 12. Add½ºÅ³(50) AddSkill->dwName°ú Skill->dwID°¡ ´Ù¸£´Ù.
2016/10/22 01:51:25 Test-CBuffSkill.IsRemovable : 12. Add½ºÅ³(52) AddSkill->dwName°ú Skill->dwID°¡ ´Ù¸£´Ù.
2016/10/22 01:51:25 Test-CBuffSkill.IsRemovable : 12. Add½ºÅ³(53) AddSkill->dwName°ú Skill->dwID°¡ ´Ù¸£´Ù.
2016/10/22 01:51:25 Test-CBuffSkill.IsRemovable : 12. Add½ºÅ³(114) AddSkill->dwName°ú Skill->dwID°¡ ´Ù¸£´Ù.
2016/10/22 01:51:25 Test-CBuffSkill.IsRemovable : 12. Add½ºÅ³(115) AddSkill->dwName°ú Skill->dwID°¡ ´Ù¸£´Ù.
2016/10/22 01:51:25 Test-CBuffSkill.IsRemovable : 12. Add½ºÅ³(116) AddSkill->dwName°ú Skill->dwID°¡ ´Ù¸£´Ù.
2016/10/22 01:51:25 Test-CBuffSkill.IsRemovable : 12. Add½ºÅ³(146) AddSkill->dwName°ú Skill->dwID°¡ ´Ù¸£´Ù.
2016/10/22 01:51:25 Test-CBuffSkill.IsRemovable : 12. Add½ºÅ³(147) AddSkill->dwName°ú Skill->dwID°¡ ´Ù¸£´Ù.
2016/10/22 01:51:25 Test-CBuffSkill.IsRemovable : 12. Add½ºÅ³(148) AddSkill->dwName°ú Skill->dwID°¡ ´Ù¸£´Ù.
always do buff
http://i.imgur.com/ShBf31k.jpg
Re: try to fix my action slot to rotate
Re: try to fix my action slot to rotate
Re: try to fix my action slot to rotate